Skip to main content

Load MATLAB .mat 7.3 into Python native data types

Project description

mat7.3

Load MATLAB 7.3 .mat files into Python.

Starting with MATLAB 7.3, .mat files have been changed to store as custom hdf5 files. This means they cannot be loaded by scipy.io.loadmat any longer and raise.

NotImplementedError: Please use HDF reader for matlab v7.3 files

Quickstart

This library loads MATLAB 7.3 HDF5 files into a Python dictionary.

import mat73
data_dict = mat73.loadmat('data.mat')

Installation

To install, run:

pip install mat73

Alternatively:

pip install git+https://github.com/skjerns/mat7.3

Short-comings

  • cell objects are loaded as lists. That means they lose their structure and and need to be sorted manually
  • Proprietary MATLAB types (e.g datetime, duriation, etc) are not supported

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mat73-0.3.tar.gz (3.2 kB view details)

Uploaded Source

File details

Details for the file mat73-0.3.tar.gz.

File metadata

  • Download URL: mat73-0.3.tar.gz
  • Upload date:
  • Size: 3.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2.post20191203 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.7.4

File hashes

Hashes for mat73-0.3.tar.gz
Algorithm Hash digest
SHA256 abc108b9fe09086294d23637d3e9e24d72cf247d0496f340753dbe18b867e927
MD5 b8dbd111c4c91554c7c6a140f73a14e6
BLAKE2b-256 12a990bb0004bd20c20cb83cb0357c96593e4ddd6879ec4b52b63e86bfcc5d8b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page