MATLAB® file utilities (scipy.io.matlab)#
This submodule is meant to provide lower-level file utilities related to readingand writing MATLAB files.
| Return major, minor tuple depending on apparent mat file type |
Exception indicating a read issue. | |
Warning class for read issues. | |
Exception indicating a write issue. | |
Warning class for write issues. | |
Placeholder for holding read data from structs. | |
| Pull variables out of mat 5 file as a sequence of mat file objects |
Subclass of ndarray to signal this is a matlab object. | |
Subclass for a MATLAB opaque matrix. | |
Subclass for a MATLAB function. |
The following utilities that live in thescipy.ionamespace also exist in this namespace:
| Load MATLAB file. |
| Save a dictionary of names and arrays into a MATLAB-style .mat file. |
| List variables inside a MATLAB file. |
Notes#
MATLAB® is a registered trademark of The MathWorks, Inc., 3 Apple HillDrive, Natick, MA 01760-2098, USA.