Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ディレクトリに、順不同で名前が付けられた一連のファイルがあります。したがって、dir関数を使用すると、それらをある順序で取得します。しかし、これらのファイルをdatenumの順に読みたいと思います。このタスクを達成できるdirまたはその他の機能にオプションはありますか。
list = dir('c:\*.*'); [r inx]=sort({list.date}); list = list(inx);