Skip to content

Releases: lucklab/lucklab_installBinica

lucklab_installBinica_1.0

23 May 21:58
Compare
Choose a tag to compare
Pre-release

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
  • Edit icadefs.m: Set the ICABINARY 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