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!