How can i reshape a matrix into a vector ?

3 visualizzazioni (ultimi 30 giorni)
Hello ,
How can i reshape an array like this [10 20 30
40 50 60]
to :
[40
50
60
10
20
30]

Risposta accettata

Walter Roberson
Walter Roberson il 9 Dic 2020
reshape(flipud(A).',[],1)

Più risposte (0)

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