Allan CORNET
Allan CORNET
@tbeu : any advice (workaround) to speed up reading of this file ?
see https://github.com/tbeu/matio/issues/99 You can save timeserie as a struct as workaround. ```struct(ts)```
do you support string array ?
string array != character array since 2016 string is available. It is as a cell of characters https://fr.mathworks.com/help/matlab/ref/string.html support or not ?
``` string_array = ["Matio" "will" "support"; "string" missing() "array"] save('d:/string_array-v7.3.mat','string_array','-v7.3') save('d:/string_array-v7.mat','string_array','-v7') save('d:/string_array-v6.mat','string_array','-v6') ```
if it can help scipy.io module can read function_handle
same problem with v6 or v7
save using matio works but not an original .mat file
> Unfortunately, both changes are not backward-compatibel and so far I am not sure if it is a good idea to break compatibility. There are tools out there (e.g., C#...
It could be something as: - current version 1.5.13 - next version 1.6.0 with compilation flag with index 64 bit disabled by default but with a warning during build indicating...