How to get consecutive rows from a matrix
Mostrar comentarios más antiguos
9 rows from the matrix and so on
for clear picture i have attached image below
how to do this

Respuestas (1)
KSSV
el 29 de Abr. de 2019
A = 1:27 ;
iwant = min(reshape(A,9,[]))
Categorías
Más información sobre Creating and Concatenating Matrices en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!