MATLAB® file utilities (scipy.io.matlab)#
This submodule is meant to provide lower-level file utilities related to reading and 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. | |
| 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 the scipy.io
namespace 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(R) is a registered trademark of The MathWorks, Inc., 3 Apple Hill Drive, Natick, MA 01760-2098, USA.