My problem is to open some MAT-files generated by Dymola. Some times for small models MATLAB has no problem to open the created MAT-file. Then I can see the structure in the workspace. But I have also a huge simulation model with 31.536.000 data points. For this model MATLAB is not able to open it. I always get the hint
Error using load
Unable to read MAT-file C:\Users\Patrick\Desktop\DymolaWork\GridHH_SLP.mat
File may be corrupt.
My MATLAB version is R2014a 64bit and my Dymola version is 2014 FD001 64bit.
I also tried to fix the problem with a tool provided on the MathWorks homepage to solve corrupted variable names (loadfixnames
/savebadnames
). But that does not work quite right because this tool cannot restore the matrix data_2
. Can anybody give me an advise to solve this problem?