Filter löschen
Filter löschen

sort entire row

2 Ansichten (letzte 30 Tage)
Rahul
Rahul am 4 Jun. 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

Akzeptierte Antwort

the cyclist
the cyclist am 4 Jun. 2012
b = sortrows(a,2);

Weitere Antworten (0)

Kategorien

Mehr zu Shifting and Sorting Matrices finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by