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 ba0d4fe commit ce79680Copy full SHA for ce79680
setParameters.m
@@ -34,11 +34,11 @@
34
35
%% Experiment Design
36
37
- cfg.design.names = {'static', 'motion'};
+ 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
40
- cfg.design.nbRepetitions = 1; % AT THE MOMENT IT IS NOT SET IN THE MAIN SCRIPT
41
- cfg.design.nbEventsPerBlock = 12;
+ cfg.design.numBlocks = size(cfg.design.names, 2); % TO CHECK
+ cfg.design.nbRepetitions = 1; % AT THE MOMENT IT IS NOT SET IN THE MAIN SCRIPT
+ cfg.design.nbEventsPerBlock = 12;
42
43
%% Timing
44
0 commit comments