Skip to content

A__Getting Started

Douwe Horsthuis edited this page Feb 21, 2024 · 1 revision

Getting Started

To get a local copy up and running follow these steps. Back to top

Prerequisites

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)

Back to top

Installation

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.

Back to top

Usage

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\'));

Back to the home page
To the A_merge_sets page