How can i reshape a matrix into a vector ?

1 visualización (últimos 30 días)
Gn Gnk
Gn Gnk el 9 de Dic. de 2020
Respondida: Walter Roberson el 9 de Dic. de 2020
Hello ,
How can i reshape an array like this [10 20 30
40 50 60]
to :
[40
50
60
10
20
30]

Respuesta aceptada

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

Más respuestas (0)

Categorías

Más información sobre Matrices and Arrays en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by