How can i reshape a matrix into a vector ?

1 回表示 (過去 30 日間)
Gn Gnk
Gn Gnk 2020 年 12 月 9 日
回答済み: Walter Roberson 2020 年 12 月 9 日
Hello ,
How can i reshape an array like this [10 20 30
40 50 60]
to :
[40
50
60
10
20
30]

採用された回答

Walter Roberson
Walter Roberson 2020 年 12 月 9 日
reshape(flipud(A).',[],1)

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMatrices and Arrays についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by