Rearranging Elements in a Matrix Help
Mostrar comentarios más antiguos
So my mentor has given me the task of rearranging a matrix. She wants me to change it form this:
[7 1 5
8 3 10
4 9 12
2 6 11]
to this:
[1 2 3
4 5 6
7 8 9
10 11 12]
Thanks (Also don't just put the script in please explain how it works.
1 comentario
Azzi Abdelmalek
el 11 de Jul. de 2013
What have you tried?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Shifting and Sorting Matrices 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!