Created
February 22, 2016 18:35
-
-
Save ibogun/8ce8bb329f3be886e6b7 to your computer and use it in GitHub Desktop.
Open mat files in pytho From http://stackoverflow.com/questions/874461/read-mat-files-in-python
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import scipy.io | |
mat = scipy.io.loadmat('file.mat') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment