リスト化するファイルの範囲指定
显示 更早的评论
フォルダ826に 下記のように観測ファイルが並んでおり、
《フォルダ 826》
82612.00 →8/26 12:00
82612.01 →8/26 12:01
82612.02 →8/26 12:02
・
・
826123.59 →8/26 23:59
下記のプログラムで変数D に8/26 12:00-12:59 の観測ファイルをリスト化出来るのですが、
変数Dに8/26 12:00-13:59 の観測ファイルをリスト化するためにはどのような表記方法があるでしょうか。
%ファイル名をフルパスごと取得
DebugFiles = 'C:\Users\Documents\MATLAB\826\*1682612*';
%指定フォルダ内のファイルをリスト化
D = dir(DebugFiles);
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 行列および配列 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!