-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MAT.jl can't find 'MATLAB_class' #128
Comments
I also have this problem. I did some trials and the error appears only for -v7.3 format, when I have a datetime object inside. |
I'm also in the same situation. Though there are no datetime objects in my mat files. |
It may be worth mentioning that any file I've encountered this error with here also doesn't open in anything but Matlab. In other words, I can't open it in Python or R. |
Hmm, strange, I've managed to open them in python3 using h5py. I'll dig into it on the weekend. I'll make some test files and try and spot the difference. |
Could you try with the branch from this PR to see if you can load the file? It won't make any unsupported types work, but at least the rest of the file will be readable. In julia:
|
I get the following error when I use
matread
from theMAT.jl
package.The errors from HDF5 are pretty clear but I don't know why this is an issue with the file I have because it's doesn't seem to be improperly formatted. I was able to get it to load in Matlab fine and followed the instructions here to ensure that I have a supported file type. Which produce
'MATLAB 7.3 MAT-file, Platform: GLNXA64, Created on: Thu Aug 15 10:14:40 2019 HDF5 schema 1.00 .
.Update:
I've gone back through and tried to figure out what's wrong. For some reason a mat file with these variables loads fine:
But these variables error:
The text was updated successfully, but these errors were encountered: