sorting a dataset 69x821

1 回表示 (過去 30 日間)
Sam
Sam 2015 年 11 月 9 日
編集済み: Walter Roberson 2015 年 11 月 9 日
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
Walter Roberson 2015 年 11 月 9 日
編集済み: Walter Roberson 2015 年 11 月 9 日
sortedDataset = sortrows(YourDataset, 54);

カテゴリ

Help Center および File ExchangeShifting and Sorting Matrices についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by