How can i reshape a matrix into a vector ?

1 次查看(过去 30 天)
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 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