How to sort/Rearrange a matrix

1 visualización (últimos 30 días)
Zahid Iqbal Rana
Zahid Iqbal Rana el 22 de Dic. de 2014
Comentada: Star Strider el 23 de Dic. de 2014
I want to sort a matrix in such a way so that in 1st column all values in ascending order but in other columns all values should be the same. Elements of one row can't change their respective row.
if I have a=[1 2 3 0;4 7 8 9;5 2 3 4;2 7 5 6] then output should be =
[1 2 3 0;2 7 5 6;4 7 8 9;5 2 3 4]

Respuesta aceptada

Star Strider
Star Strider el 22 de Dic. de 2014
The sortrows function will do what you want.
  4 comentarios
Zahid Iqbal Rana
Zahid Iqbal Rana el 23 de Dic. de 2014
Thank you so much
Star Strider
Star Strider el 23 de Dic. de 2014
My pleasure!

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

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

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by