How to find file last modification date?

28 ビュー (過去 30 日間)
Giorgi
Giorgi 2015 年 6 月 9 日
コメント済み: Giorgi 2015 年 6 月 9 日
Heloo all I have some mat files that contains some numbers. and I have variable x that contains the one of this mat file name. now I want to figure out the last modification date of this mat file through x variable input. I tried to do this in such a way but failed.
file=dir('x{1,1}.mat')
file.date
Any idea would be a great job for me.
Thanks in edvance

採用された回答

Walter Roberson
Walter Roberson 2015 年 6 月 9 日
file=dir([x{1,1} '.mat'])
file.date
  1 件のコメント
Giorgi
Giorgi 2015 年 6 月 9 日
Thank you very much :)

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeEnvironment and Settings についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by