sort entire row

4 visualizaciones (últimos 30 días)
Rahul
Rahul el 4 de Jun. de 2012
I have
a= 3 16
6 22
2 6
1 25
4 4
I need to sort 2nd column and keep the entire matrix according to sort of second column
i wan the output as
b=4 4
2 6
3 16
6 22
1 25

Respuesta aceptada

the cyclist
the cyclist el 4 de Jun. de 2012
b = sortrows(a,2);
  1 comentario
Rahul
Rahul el 4 de Jun. de 2012
thanks

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