mat_struct — SciPy v1.15.3 Manual (original) (raw)

scipy.io.matlab.

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 thestruct_as_record parameter of the scipy.io.loadmat function.