Skip to content
/ h5m Public

HDF5 in Matlab made easy. In other words, a HDF5 library in the same vein as h5py, but for Matlab.

License

Notifications You must be signed in to change notification settings

seadave/h5m

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

h5m

HDF5 in Matlab made easy. In other words, a HDF5 library in the same vein as h5py.

Installation

Simply add h5m root to Matlab path. NOTE: Do not add directory +h5m to path, that is the top-level-package dir.

Specifically:

In Matlab:

edit startup.m

(add line)

addpath('');

About

HDF5 in Matlab made easy. In other words, a HDF5 library in the same vein as h5py, but for Matlab.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages