Effacer les filtres
Effacer les filtres

Sorting along column

2 vues (au cours des 30 derniers jours)
Karthik KJ
Karthik KJ le 18 Juin 2012
Hi,
I have a matrix
a =
-5 30 120
-10 15 240
after sort(a) I am getting
-10 30 120
-5 15 240
But how can i get column 2 and column to align accordingly, means i need the output as
-10 15 240
-5 30 120
How can i get this ?

Réponse acceptée

the cyclist
the cyclist le 18 Juin 2012
Use the sortrows() function.

Plus de réponses (0)

Catégories

En savoir plus sur Shifting and Sorting Matrices dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by