sorting one field of struct

files=dir('*.dat');
i want to sort files.name of the files struct by file name

 采纳的回答

[junk, idx] = sort({files.name});
sortedfiles = files(idx);

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 Structures 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by