View matlab dates in normal view
古いコメントを表示
In my h188a.mat file, the 1st column represents dates. It is showing the value. How do I see the actual dates?
採用された回答
その他の回答 (1 件)
Ameer Hamza
2020 年 10 月 9 日
Try this
dt = datetime(d(:,1), 'ConvertFrom', 'datenum')
カテゴリ
ヘルプ センター および File Exchange で Dates and Time についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
