How can i reshape a matrix into a vector ?

3 Ansichten (letzte 30 Tage)
Gn Gnk
Gn Gnk am 9 Dez. 2020
Beantwortet: Walter Roberson am 9 Dez. 2020
Hello ,
How can i reshape an array like this [10 20 30
40 50 60]
to :
[40
50
60
10
20
30]

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 9 Dez. 2020
reshape(flipud(A).',[],1)

Weitere Antworten (0)

Kategorien

Mehr zu Resizing and Reshaping Matrices finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by