read & write timeseries object in mat file using csmatio in C#
1 回表示 (過去 30 日間)
古いコメントを表示
Hi,
I would like to read and write timeseries object in mat file using csmatio in C#.
I could not find the way, can you please help me out ?
Thanks in advance
0 件のコメント
回答 (1 件)
Suman
2024 年 7 月 29 日
Hi Srikanth,
As per the csmatio, it is not currently possible to read and write timeseries objects directly. So I would suggest you to create structs for the timeseries object and then perform the read and write operations. You may refer to the examples here to learn more.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Data Import and Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!