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.
2 parents ce79680 + 890688f commit b8ee8f8Copy full SHA for b8ee8f8
setParameters.m
@@ -36,7 +36,7 @@
36
37
cfg.design.names = {'static', 'motion'};
38
cfg.design.possibleDirections = [-1 1]; % 1 motion , -1 static %NOT IN USE AT THE MOMENT
39
- cfg.design.numBlocks = size(cfg.design.names, 2); % TO CHECK
+ cfg.design.nbBlocks = size(cfg.design.names, 2); % TO CHECK
40
cfg.design.nbRepetitions = 1; % AT THE MOMENT IT IS NOT SET IN THE MAIN SCRIPT
41
cfg.design.nbEventsPerBlock = 12;
42
0 commit comments