Skip to content

Instantly share code, notes, and snippets.

@jklymak
Created June 24, 2015 02:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jklymak/172e0031c0a9396a8bde to your computer and use it in GitHub Desktop.
Save jklymak/172e0031c0a9396a8bde to your computer and use it in GitHub Desktop.
import hdf5storage
import numpy as np
D =dict()
D['boo']=np.arange(10)
D['who']=np.arange(20)*2.
hdf5storage.savemat('Boo.mat',D)
Dread = hdf5storage.loadmat('Boo.mat')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment