How to get consecutive rows from a matrix
Afficher commentaires plus anciens
9 rows from the matrix and so on
for clear picture i have attached image below
how to do this

Réponses (1)
KSSV
le 29 Avr 2019
A = 1:27 ;
iwant = min(reshape(A,9,[]))
Catégories
En savoir plus sur Creating and Concatenating Matrices dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!