-
Notifications
You must be signed in to change notification settings - Fork 4
A__Getting Started
Douwe Horsthuis edited this page Feb 21, 2024
·
1 revision
To get a local copy up and running follow these steps. Back to top
Software: You need to have a copy of EEGlab (these scripts works for version eeglab2019_1)
You need to install the ERPlab plugin. (these scripts work with erplab8.01)
Download a copy of EEGlab.
To install the ERPlab, either download it from Github and save it in the “Plugins” folder in EEGlab, or open EEGlab and download it via File–>Manage EEGLAB extension and look for ERPlab.
To use EEGlab you need to set the path to include this folder and all its sub folders:
In matlab, set path –> add with Subfolders… –>the main eeglab folder –> close Or you can hard code this:
addpath(genpath('theplacewhereyouhavethefolder\eeglab2019_1\'));