
Instructors: Romain Grandchamp, Arnaud Delorme
All material available at: https://github.com/sccn/practical_MEEG

Instructors: Romain Grandchamp, Arnaud Delorme
All material available at: https://github.com/sccn/practical_MEEG
Dear participants of the EEGLAB track at PracticalMEEG 2025,
we are looking forward to welcoming you in Aix for the hands-on session with EEGLAB!
Following Arnaud’s post, here are a few extra details shared directly on the forum.
Please complete the steps below before arriving in Aix, so that we can spend our time onsite on the real good stuff IRL.
We believe you don’t want to waste precious time watching a download progress bar while others are busy unleashing EEGLAB’s full potential. ![]()
Use the link below to get a free MATLAB 2024b trial version, valid until November 10th.
Please install it in advance so you’re ready to run EEGLAB during the workshop.
Download MATLAB 2024b Trial Version
We will use data from the multimodal face recognition BIDS dataset, a pruned version of the OpenNeuro dataset ds000117.
You can download it here:
Download the pruned dataset (ds000117_pruned)
This dataset contains only one subject.
For group-level analyses, please also download the following BIDS repository:
Download group dataset (ds002718)
Once downloaded, place both datasets (ds000117_pruned and ds002718) in your code folder, at the same level where you’ll place your EEGLAB scripts.
Your folder structure should look like this:
code/
├── ds000117_pruned/
└── ds002718/
Before arriving in Aix, please ensure Git is installed on your computer.
You’ll need it to download and manage workshop materials efficiently.
Install WindowsGit to be able to clone EEGLAB repository and get live updates if any required.
Git is available through your package manager. Open a terminal and type:
sudo apt install git # Ubuntu / Debian
sudo dnf install git # Fedora
sudo pacman -S git # Arch
If you have Homebrew, install Git with:
brew install git
Alternatively, you can use Xcode Command Line Tools:
xcode-select --install
Once installed, verify Git is working:
git --version
You should see something like:
git version 2.x.x
Now it’s time to clone the EEGLAB Git repository on your computer.
Do not download the ZIP file directly from GitHub, as it does not include EEGLAB submodules.
Instead, use the following command to clone the repository and pull its submodules:
git clone --recurse-submodules https://github.com/sccn/eeglab.git
Start MATLAB.
In MATLAB, navigate to the folder containing the EEGLAB repository.
At the MATLAB command prompt (>>), type:
eeglab
The EEGLAB main interface should appear. ![]()
If it opens without errors, you’re all set for the workshop!
Cheers
Romain
Important Notice !
Be sure to install following Matlab toolboxes while installing Matlab :
statistics
machine learning
signal processing
image processing
parallel computing
Romain
Hi!
Thank you so much for the information.
I’d like to ask if it’s ok to use MATLAB R2025a and EEGLAB v2025.1.0 as I already have them installed on my laptop.
Looking forward to tomorrow.
Best regards,
Thipkanlaya
Thank you very much for the information provided.