How to get consecutive rows from a matrix
古いコメントを表示
9 rows from the matrix and so on
for clear picture i have attached image below
how to do this

回答 (1 件)
KSSV
2019 年 4 月 29 日
A = 1:27 ;
iwant = min(reshape(A,9,[]))
カテゴリ
ヘルプ センター および File Exchange で Numeric Types についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!