mikec1 modified page: Opening EEGLAB authored by Mike Cichonski's avatar Mike Cichonski
...@@ -2,11 +2,11 @@ ...@@ -2,11 +2,11 @@
Open Matlab and change your current folder to our pipeline root directory by clicking on the folder you wish to change to. Your Matlab window should look similar to this: Open Matlab and change your current folder to our pipeline root directory by clicking on the folder you wish to change to. Your Matlab window should look similar to this:
![fig1](/uploads/838690a2534b3bd268268175b96b4f27/fig1.jpg) ![fig1](/uploads/9ad56b5247c7921ab05ea7eaf82a26dc/fig1.png)
In the **Command Window** type `eeg_init_path` or run pipeline_path.m from the file explorer by right clicking. In the **Command Window** type `addpath code` to add the code folder to the MATLAB path. Next, in the **Command Window** type `lossless_path`, or double-click the lossless_path.m script inside the code folder.
Next, in the **Command Window** type `eeglab` which will set the path for eeglab and our plugins and open the eeglab window. Finally, again in the **Command Window** type `eeglab`, which will set the path for eeglab and our plugins and open the eeglab window.
You should now see the following: You should now see the following:
... ...
......