How can i reshape a matrix into a vector ?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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]
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Resizing and Reshaping Matrices 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!