Tell Matlab where your data, scripts and toolbox are

Easy-peasy

L. Bottemanne
1 min readJan 7, 2017

Go back to the reference page

%% data path
datpath = ‘/your/data/path/’;
%% matlab settings%%% matlab script and toolboxes path
addpath(['Your/matlabscript/path']);
%% fieldtrip loading
ft_defaults;

Go back to the reference page

--

--