How can i reshape a matrix into a vector ?

3 vues (au cours des 30 derniers jours)
Gn Gnk
Gn Gnk le 9 Déc 2020
Hello ,
How can i reshape an array like this [10 20 30
40 50 60]
to :
[40
50
60
10
20
30]

Réponse acceptée

Walter Roberson
Walter Roberson le 9 Déc 2020
reshape(flipud(A).',[],1)

Plus de réponses (0)

Catégories

En savoir plus sur Resizing and Reshaping Matrices dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by