Borrar filtros
Borrar filtros

How to get consecutive rows from a matrix

1 visualización (últimos 30 días)
OriAlpha
OriAlpha el 29 de Abr. de 2019
Respondida: KSSV el 29 de Abr. de 2019
9 rows from the matrix and so on
for clear picture i have attached image below
how to do thisAnnotation 2019-04-29 082304.jpg

Respuestas (1)

KSSV
KSSV el 29 de Abr. de 2019
A = 1:27 ;
iwant = min(reshape(A,9,[]))

Categorías

Más información sobre Multidimensional Arrays en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by