I have a .mat
file (V7.3
format) from other people with a structure and a table variable inside. With the common python package (hdf5storage
and h5py
), I can load the structure in this .mat
file, but the content in the table is shown as a strange integer vector
[3707764736 2 1 1 110 1]
I tried the codes in
h5py: Issues to correctly read a 'table' class stored in MATLAB (.mat -7.3)
but it gives the same strange vector.
Does anyone have the experience on this issue? Thank you so much.