ValueError: no field of name when loading .mat file using python and scipy.io
I am attempting to load a .mat
file containing a number of structures, each of which has numerous fields, using Python and Scipy.io and loadmat()
. When I attempt to load the entire file, I am met with a ValueError: no field of name
error.