Get them all in a cell array without the header and use the sortcell function according to the column you want to sort:
Data sorting.
2 次查看(过去 30 天)
显示 更早的评论
Dear all, I have the following database: Company Year Data A 2000 2 A 2001 5 A 2002 4 B 2000 0 B 2001 6 B 2002 5 C 2000 1 C 2001 2 C 2002 7
However, I need to sort as follows: Company Year Data Period A 2000 2 1 B 2000 0 1 C 2000 1 1 A 2001 5 2 B 2001 6 2 C 2001 2 2 A 2002 4 3 B 2002 5 3 C 2002 7 3
Can anyone help me? Thanks a lot. Marcus Vinicius
0 个评论
回答(1 个)
另请参阅
类别
在 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!