This is documentation for an old release of SciPy (version 1.8.1). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.io.matlab.mat_struct#

class scipy.io.matlab.mat_struct[source]#

Placeholder for holding read data from structs.

We use instances of this class when the user passes False as a value to the struct_as_record parameter of the scipy.io.loadmat function.