필터 지우기
필터 지우기

sorting with respect to specific column

조회 수: 2 (최근 30일)
Cem Eren Aslan
Cem Eren Aslan 2021년 12월 26일
답변: David Hill 2021년 12월 26일
Hello everone,
i want to sort 500*6 matrix with respect to 6th column. How can i do that?
thanks

채택된 답변

David Hill
David Hill 2021년 12월 26일
s=sortrows(yourMatrix,6);

추가 답변 (0개)

카테고리

Help CenterFile 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