beauchamplab / rave

For all RAVE info, including installation instructions, visit
https://beauchamplab.github.io/rave
23 stars 5 forks source link

Failure to load Epoch in Rave_Preprocess #27

Closed EANesbitt closed 3 years ago

EANesbitt commented 5 years ago

An error occurred in rave_preprocess after running the notch filter and wavelet; it stopped the loading of the Trial Epoch module and displayed the error: "INTERNAL ERROR: More bytes was read from the raw buffer than existed 2>0." What might be causing this problem?

dipterix commented 5 years ago

You might need to update R.matlab. This package might be too old or broken. To fix this problem, simply enter the following command in R

install.packages("R.matlab")