How to get consecutive rows from a matrix

2 次查看(过去 30 天)
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

回答(1 个)

KSSV
KSSV 2019-4-29
A = 1:27 ;
iwant = min(reshape(A,9,[]))

类别

Help CenterFile Exchange 中查找有关 Creating and Concatenating Matrices 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by