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 thisAnnotation 2019-04-29 082304.jpg

回答 (1 件)

KSSV
KSSV 2019 年 4 月 29 日

0 投票

A = 1:27 ;
iwant = min(reshape(A,9,[]))

カテゴリ

ヘルプ センター および File ExchangeNumeric Types についてさらに検索

質問済み:

2019 年 4 月 29 日

回答済み:

2019 年 4 月 29 日

Community Treasure Hunt

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

Start Hunting!

Translated by