This is documentation for an old release of SciPy (version 0.8.). Read this page in the documentation of the latest stable release (version 1.15.1).
Load Matlab(tm) file
Parameters : | file_name : string
m_dict : dict, optional
appendmat : {True, False} optional
byte_order : {None, string}, optional
mat_dtype : {False, True} optional
squeeze_me : {False, True} optional
chars_as_strings : {True, False} optional
matlab_compatible : {False, True}
struct_as_record : {True, False} optional
|
---|---|
Returns : | mat_dict : dict
|
Notes
v4 (Level 1.0), v6 and v7 to 7.2 matfiles are supported.
You will need an HDF5 python library to read matlab 7.3 format mat files. Because scipy does not supply one, we do not implement the HDF5 / 7.3 interface here.