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
채택된 답변
추가 답변 (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!