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.
mat73package, pypi.org/project/mat73mat73, and it gave error message as below. ERROR:root:ERROR: MATLAB type not supported: table, (uint32)