sorting one field of struct

3 次查看(过去 30 天)
files=dir('*.dat');
i want to sort files.name of the files struct by file name

采纳的回答

Walter Roberson
Walter Roberson 2012-5-30
[junk, idx] = sort({files.name});
sortedfiles = files(idx);

更多回答(0 个)

类别

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