Skip to content

Instantly share code, notes, and snippets.

@mitsuaki
Created April 26, 2012 06:41
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mitsuaki/2496795 to your computer and use it in GitHub Desktop.
Save mitsuaki/2496795 to your computer and use it in GitHub Desktop.
Read .mat file in R
library("hdf5")
hdf5::hdf5load("fileName.mat")
# To show the value of chData, for example,
chData$ch1$value[[1]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment