How can I convert the serial date numbers in a text file to calendar dates
1 回表示 (過去 30 日間)
古いコメントを表示
I have written a code to extract the x and y data from a plot
but the x data comes out as a serial date number and time and i'd like it in calendar months and time
4 件のコメント
回答 (1 件)
Star Strider
2021 年 7 月 21 日
It appears to be a MATLAB date number, and if so, maps to 1 Jan 1979 10:00:00 —
DT = datetime(722816.416666667, 'ConvertFrom','datenum')
.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Dates and Time についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!