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).
Save a dictionary of names and arrays into the MATLAB-style .mat file.
This saves the arrayobjects in the given dictionary to a matlab style .mat file.
Parameters : | file_name : {string, file-like object}
m_dict : dict
appendmat : {True, False} optional
format : {‘5’, ‘4’} string, optional
long_field_names : boolean, optional, default=False
do_compression : {False, True} bool, optional
oned_as : {‘column’, ‘row’} string, optional
|
---|