Running script: tutorial_hcp.m

Hi @chanda,

The tutorial_hcp.m script is a function, it should be executed in Matlab's Command Window as :

>> tutorial_dir='PATH_UNZIPPED_TUTORIAL_DATASET';
>> tutorial_hcp(tutorial_dir);

Some info regarding functions in Matlab: https://www.mathworks.com/help/matlab/ref/function.html

Best,
Raymundo

1 Like