Skip to content

Instantly share code, notes, and snippets.

@mtakemiya
Created April 26, 2012 07:29
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 mtakemiya/2497175 to your computer and use it in GitHub Desktop.
Save mtakemiya/2497175 to your computer and use it in GitHub Desktop.
Read .mat file in Matlab
load('fileName.mat')
% plot data from the first channel, for example,
plot(chData.ch1.value)
@mtakemiya
Copy link
Author

This is an example of how to read .mat files from http://brainliner.jp in Matlab, but this is somewhat applicable for any .mat files saved using the v7.3 format.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment