How to store Matlab datetime data type in hdf5
古いコメントを表示
Hi,
I'm new to using the hdf5 data format and am wondering how best to store timestamp information in an efficient manner. The process for me has been that the raw data files are in ascii, I then have a script which reads them in to matlab data structure, but one of the slower steps is converting the ascii timestamps (e.g. '2019-12-25T17:15.1235') into matlab datetime.
Ideally, I'd like to switch over to using hdf5 instead of ascii for the raw data sets, but would like to have an efficient way of writing/reading timestamp data. Note that the data can have high sample rates, so the timestamps can have several decimal places for the seconds.
thanks!
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で HDF5 についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!