Convenient reader for Matlab mat files
Project description
pymatreader
A Python module to read Matlab files. This module works with both the old (< 7.3) and the new (>= 7.3) HDF5 based format. The output should be the same for both kinds of files.
How to use
from pymatreader import read_mat
data = read_mat(filename)
data
is a python dict
containing all variables of the mat file.
Documentation
Documentation can be found here: http://pymatreader.readthedocs.io/en/latest/
Code
The source code can be found here: https://gitlab.com/obob/pymatreader
License
This module is developed by Dirk Gütlin & Thomas Hartmann at the Universität Salzburg. You are free to use, copy, modify, distribute it under the terms of the BSD 2 clause license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pymatreader-0.0.30.tar.gz
(6.3 kB
view hashes)
Built Distribution
Close
Hashes for pymatreader-0.0.30-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d5719dd9b4d018c7ec59c69ed1320d15eb5957eb071e8d01d9b4f6468779cc25 |
|
MD5 | 647bbecfd80f2f6404ef8d032469a831 |
|
BLAKE2b-256 | 11b19d2db885e5bfbd6b552090f4d0fb80d05f9c555f9b6f4e37135d164304a7 |