/hdf5_matlab_reader

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

HDF5 Matlab Reader

This is an imeplementation of a reader for .mat files using the HDF5 data formats. Matlab switched to this data format for .mat files v7.3 and afterwards. It aims to be similar to the API to load matlab files in scipy.io.loadmat.

Dependencies

  • numpy
  • scipy
  • h5py