sorting a dataset 69x821
이전 댓글 표시
Hi,
I want to sort a dataset of 69x821, i want to sort by the 54th column and i want that all the rows stay with the sorted value of column 54... How do i do this?
답변 (1개)
Walter Roberson
2015년 11월 9일
편집: Walter Roberson
2015년 11월 9일
sortedDataset = sortrows(YourDataset, 54);
카테고리
도움말 센터 및 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!