Sorting of column 'folder' present in 'struct'
古いコメントを表示
I have such a 'struct' and I want to make the column 'folder' in order. How can I do this?

3 件のコメント
Jonas
2022 年 11 月 9 日
i don't understand, the column folder is already sorted correctly?
Alberto Acri
2022 年 11 月 9 日
Another approach is to download NATSORTFILES here:
unzip it and then use it like this:
A = 'C:\Users\Alberto\Desktop\GLOBAL';
B = dir(fullfile(A,'DATA*','*'));
B = natsortfiles(B,[],'rmdot','noext');
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および 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!
