File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3535 %% Experiment Design
3636
3737 cfg.design.names = {' static' , ' motion' };
38- cfg.design.possibleDirections = [-1 1 ]; % 1 motion , -1 static
39- cfg.design.numBlocks = size(cfg .possibleDirections , 2 ); % TO CHECK
40- cfg.design.numRepetitions = 1 ; % AT THE MOMENT IT IS NOT SET IN THE MAIN SCRIPT
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
4141 cfg.design.nbEventsPerBlock = 12 ;
4242
4343 %% Timing
Original file line number Diff line number Diff line change 6060
6161 % Get the parameters
6262 names = cfg .design .names ;
63- numRepetitions = cfg .design .numRepetitions ;
63+ numRepetitions = cfg .design .nbRepetitions ;
6464 numEventsPerBlock = cfg .design .nbEventsPerBlock ;
6565 maxNumFixTargPerBlock = cfg .target .maxNbPerBlock ;
6666
You can’t perform that action at this time.
0 commit comments