Skip to content

Instantly share code, notes, and snippets.

@RobBlackwell
Created May 10, 2018 12:14
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 RobBlackwell/c90fd47949f1ac009d227959c9ce8522 to your computer and use it in GitHub Desktop.
Save RobBlackwell/c90fd47949f1ac009d227959c9ce8522 to your computer and use it in GitHub Desktop.
using MAT
function mymatread(filename, varname)
file = matopen(filename)
x = read(file, varname)
close(file)
return x
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment