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
Walter Roberson 2015 年 11 月 9 日
編集済み: Walter Roberson 2015 年 11 月 9 日

0 投票

sortedDataset = sortrows(YourDataset, 54);

カテゴリ

ヘルプ センター および File ExchangeShifting and Sorting Matrices についてさらに検索

タグ

質問済み:

Sam
2015 年 11 月 9 日

編集済み:

2015 年 11 月 9 日

Community Treasure Hunt

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

Start Hunting!

Translated by