sorting a dataset 69x821
1 回表示 (過去 30 日間)
古いコメントを表示
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?
0 件のコメント
回答 (1 件)
Walter Roberson
2015 年 11 月 9 日
編集済み: Walter Roberson
2015 年 11 月 9 日
sortedDataset = sortrows(YourDataset, 54);
0 件のコメント
参考
カテゴリ
Help Center および 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!