Elements relation on a matrice? Basic

Hello,
Is it possible to relate elements on a matrice? For exemple:
A = [20 1; 180 2; 135 3; 80 4]
If I want to sort the elements from the first collumn without changing its second collumn corresponding, is it possible?
I want it to end like:
B = [20 1; 80 4; 135 3; 180 2]
Thanks

 채택된 답변

Sean de Wolski
Sean de Wolski 2011년 2월 8일

0 개 추천

doc sortrows
for this case
sortrows(A,[1 2])

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Shifting and Sorting Matrices에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by