{ } Raw JSON

bundles / scipy 1.17.1 / scipy / io / matlab

module

scipy.io.matlab

source: /scipy/io/matlab/__init__.py :0

Submodules

Summary

No Docstrings

Additional content

MATLAB® file utilities (scipy.io.matlab)

This submodule is meant to provide lower-level file utilities related to reading and writing MATLAB files.

.. autosummary:: 
    :toctree:generated/
    matfile_version - Get the MATLAB file version
    MatReadError - Exception indicating a read issue
    MatReadWarning - Warning class for read issues
    MatWriteError - Exception indicating a write issue
    MatWriteWarning - Warning class for write issues
    mat_struct - Class used when ``struct_as_record=False``
    varmats_from_mat - Pull variables out of mat 5 file as a sequence of mat file objects
.. autosummary:: 
    :toctree:generated/
    :template:autosummary/ndarray_subclass.rst
    :nosignatures:
    MatlabObject - Class for a MATLAB object
    MatlabOpaque - Class for a MATLAB opaque matrix
    MatlabFunction - Class for a MATLAB function object

The following utilities that live in the scipy.io namespace also exist in this namespace:

.. autosummary:: 
    :toctree:generated/
    loadmat - Read a MATLAB style mat file (version 4 through 7.1)
    savemat - Write a MATLAB style mat file (version 4 through 7.1)
    whosmat - List contents of a MATLAB style mat file (version 4 through 7.1)

Notes

MATLAB® is a registered trademark of The MathWorks, Inc., 3 Apple Hill Drive, Natick, MA 01760-2098, USA.

Aliases

  • scipy.io.matlab

Referenced by

This package