read & write timeseries object in mat file using csmatio in C#
조회 수: 6 (최근 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!