Skip to content

Instantly share code, notes, and snippets.

@c0ldlimit
Last active October 12, 2015 21:27
Show Gist options
  • Save c0ldlimit/4089145 to your computer and use it in GitHub Desktop.
Save c0ldlimit/4089145 to your computer and use it in GitHub Desktop.
Python: Importing MATLAB .mat files #python #mat #matlab #c0ldlimit
# Importing MATLAB .mat files into Python
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