scipy.io.matlab.
mat_struct#
- class scipy.io.matlab.mat_struct[source]#
用于保存从结构体中读取数据的占位符。
当用户将 False 作为值传递给
scipy.io.loadmat
函数的struct_as_record
参数时,我们会使用此类的实例。
用于保存从结构体中读取数据的占位符。
当用户将 False 作为值传递给 scipy.io.loadmat
函数的 struct_as_record
参数时,我们会使用此类的实例。