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!