How to get consecutive rows from a matrix

2 ビュー (過去 30 日間)
OriAlpha
OriAlpha 2019 年 4 月 29 日
回答済み: KSSV 2019 年 4 月 29 日
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 Center および File ExchangeCreating and Concatenating Matrices についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by