We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e851ed commit 442eec1Copy full SHA for 442eec1
README.md
@@ -56,7 +56,7 @@ sub-090/ses-003/sub-090_ses-003_task-auditoryTask_run-023_events_date-2020072915
56
cfg.outputDir = fullfile(pwd, '..', 'output');
57
58
% define the name of the task
59
-cfg.task = 'test task';
+cfg.task.name = 'test task';
60
61
% can use the userInputs function to collect subject info
62
% cfg = userInputs;
@@ -111,7 +111,7 @@ If you want to save more complex events.tsv file you can save several columns at
111
```matlab
112
cfg.subjectNb = 1;
113
cfg.runNb = 1;
114
-cfg.task = 'testtask';
+cfg.task.name = 'testtask';
115
cfg.outputDir = outputDir;
116
117
cfg.testingDevice = 'mri';
0 commit comments