This is documentation for an old release of SciPy (version 0.12.0). Read this page in the documentation of the latest stable release (version 1.15.1).
List variables inside a MATLAB file
New in version 0.12.0.
Parameters : | file_name : str
appendmat : bool, optional
byte_order : str or None, optional
mat_dtype : bool, optional
squeeze_me : bool, optional
chars_as_strings : bool, optional
matlab_compatible : bool, optional
struct_as_record : bool, optional
|
---|---|
Returns : | variables : list of tuples
|
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.