tbeu / matio

MATLAB MAT File I/O Library
https://matio.sourceforge.io
BSD 2-Clause "Simplified" License
330 stars 97 forks source link

Is matio capable of handle timeseries? #148

Open reymor opened 3 years ago

reymor commented 3 years ago

Hello, I'm trying to parse a file that contain timeseries. However, I'm not able to get that values. Is matio capable of handle this kind of data?

thanks in advance.

Nelson-numerical-software commented 3 years ago

see https://github.com/tbeu/matio/issues/99

You can save timeserie as a struct as workaround. struct(ts)