how I do header extraction from file?

2 ビュー (過去 30 日間)
Lilya
Lilya 2017 年 9 月 8 日
コメント済み: Lilya 2017 年 10 月 20 日
Hi all, I extracted the numeric data from .tuv file but I still need to extract the date and time which is in the form of
%TimeStamp: 2017 07 02 05 00 00
the above line is just for one file, so I want to extract it from all files. how can I do that?
Thank you so much

採用された回答

Walter Roberson
Walter Roberson 2017 年 9 月 10 日
S = '%TimeStamp: 2017 07 02 05 00 00';
datetime(sscanf(S, '%%TimeStamp: %d%d%d%d%d%d').')
  1 件のコメント
Lilya
Lilya 2017 年 10 月 20 日
Thank you so much

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeFile Operations についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by