Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/anntzer/matloader
- Owner: anntzer
- Created: 2015-03-07T02:28:40.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-08T23:10:00.000Z (over 7 years ago)
- Last Synced: 2023-03-23T00:43:58.925Z (almost 2 years ago)
- Topics: matlab, scipy
- Language: Python
- Size: 112 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
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``.