How to reshape rows into columns
Mostrar comentarios más antiguos
How can I change the following matrix:
[1, 5,0,0; 2,4,0,0; 3, 2,6,4]
to look like:
[1,5; 2, 4; 3,2; 3,6; 3,4]?
Any suggestion would be great. Thanks
Respuesta aceptada
Más respuestas (1)
Sivakumaran Chandrasekaran
el 1 de Sept. de 2011
0 votos
Hi, There is a command named reshape. Check with it.
2 comentarios
Amandeep
el 1 de Sept. de 2011
Oleg Komarov
el 1 de Sept. de 2011
@Siva: if I were you I wouldn't leave my mail on a forum.
Categorías
Más información sobre MATLAB en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!