sorting a dataset 69x821

1 次查看(过去 30 天)
Sam
Sam 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 CenterFile Exchange 中查找有关 Shifting and Sorting Matrices 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by