Toolkit of Cognitive Neuroscience: EEG/MEG

  • Where: Donders Institute, Radboud University Nijmegen
  • When: 6-9 May 2014
  • Who: Robert Oostenveld, Jan-Mathijs Schoffelen, et al.

Installing FieldTrip and Tutorial preparation

For the hands-on sessions you have to start MATLAB. To ensure that everything runs smooth, we have prepareda clean and well-tested version of FieldTrip that is pre-installed on the hands-on computers. Importantly, you also do not need to download the tutorial data, these are already available on your computer.

After starting MATLAB, please ensure that the right version of FieldTrip is used, and not another version (such as the one included in SPM or EEGLAB). Type in the MATLAB command window

which ft_defaults

If you see that ft_defaults is found by MATLAB, you are all set. Otherwise (e.g., if you are working on personal laptop on the last day), you will have to set the path to FieldTrip using

restoredefaultpath
cd path_to_directory/fieldtrip-xxxxxxxx
addpath(pwd)
ft_defaults

Please do NOT use the graphical path management tool from MATLAB. In this hands-on session we’ll manage the path from the command line, but in general you are much better off using the startup.m file than the path GUI.

Please do NOT add FieldTrip with all subdirectories, subdirectories will be added automatically when needed, and only when needed.

The restoredefaultpath command clears your path, keeping only the official MATLAB toolboxes. The addpath(pwd) statement adds the present working directory, i.e. the directory containing the FieldTrip main functions. The ft_defaults command ensures that all required subdirectories are added to the path.

If you get the error “can’t find the command ft_defaults” you should check the present working directory.

After installing FieldTrip to your path, you change into the tutorial directory

cd d:/toolkit

Program

A PDF with the detailed program is available. See below for the relevant tutorials for the hands-on sessions.

Tuesday 6 May

Wednesday 7 May

Thursday 8 May

Friday 9 May

  • morning-afternoon
    • 5h playground (working on own data)
    • 1h testimonial & evaluation