Releases: lucklab/lucklab_installBinica
Releases · lucklab/lucklab_installBinica
lucklab_installBinica_1.0
Install BINICA
To install:
- Download the
lucklab_installBinica
folder to your computer - In Matlab, change directory to the
lucklab_installBinica
folder - Run the
install_binica
script- This will unzip the
binica_osx_fat
folder into your EEGLAB folder, and add it to your Matlab path and Unix path
- This will unzip the
- Edit
icadefs.m
: Set theICABINARY
variable to'ica_osx'
binary file.-
Example:
.../eeglab13_x_x/functions/sigprocfunc/icadefs.m
(line 119)... % INSERT location of ica executable (LINUX ONLY) for binica.m below eeglab_p = fileparts(which('eeglab')); ICABINARY = 'ica_osx'; % <<< EDIT HERE try set(0,'defaultaxesfontsize',AXES_FONTSIZE); ...
-
Quit and restart Matlab
-