Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anntzer/matloader

Python MAT file loader with support for classdef objects
https://github.com/anntzer/matloader

matlab scipy

Last synced: about 2 months ago
JSON representation

Python MAT file loader with support for classdef objects

Awesome Lists containing this project

README

        

matloader
=========

``matloader`` is a fork of scipy's loader for MAT files (the format used by
MATLAB), that adds support for classdef object loading, but is much slower (for
files containing complex data structures), because it has been rewritten in
pure Python.

* MATLAB is a registered trademark of The Mathworks, Inc.

Installation
------------

``matloader`` can be installed using a standard
::

python setup.py install

Testing
-------

Run ``nosetests``.