DateTime conversion from Table Column
古いコメントを表示
I have a table (from ASCII file) that has various information in it. The first column is a 'DateTime' and has units of 'ticks'. It is supposed to be a Long Integer, but when loaded in the table, it shows up in scientific notation (double). How do I force that to be an integer, at load time?
Then, the next question is how to convert a DateTime entry into something useful. There is the ConvertTo function in the financial toolbox, but I have no access to it.
1 件のコメント
Asad (Mehrzad) Khoddam
2020 年 9 月 17 日
Is it Unix time stamp? or simply ticks
採用された回答
その他の回答 (2 件)
Djamil Boulahbal
2020 年 9 月 17 日
0 投票
1 件のコメント
Star Strider
2020 年 9 月 17 日
Those functions are available in core MATLAB.
Click on the link I posted. It will take you to the appropriate section of the datetime. documentation.
カテゴリ
ヘルプ センター および File Exchange で Dates and Time についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!