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 63d1865 commit 49f9fa5Copy full SHA for 49f9fa5
subfun/design/setFixationPosition.m
@@ -15,10 +15,9 @@
15
if ~strcmp(cfg.design.localizer, 'MT_MST')
16
17
blockFixationPosition = zeros(nbBlocks, 1);
18
-
+
19
else % Compute the matrix with the fixation position if requested
20
21
22
nbBlocksPerHemifield = nbBlocks / length(cfg.design.fixationPosition);
23
24
blockFixationPosition = repmat(cfg.design.fixationPosition(1), ...
0 commit comments