How to get consecutive rows from a matrix

조회 수: 1 (최근 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 CenterFile Exchange에서 Matrices and Arrays에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by