How to get consecutive rows from a matrix

2 visualizzazioni (ultimi 30 giorni)
OriAlpha
OriAlpha il 29 Apr 2019
Risposto: KSSV il 29 Apr 2019
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

Risposte (1)

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

Categorie

Scopri di più su Creating and Concatenating Matrices in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by