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 b8ee0ba commit 1b25d7aCopy full SHA for 1b25d7a
subfun/design/getMockConfig.m
@@ -18,9 +18,12 @@
18
19
%% Nb blocks and events
20
21
- % Example: 2 conditions [`cfg.design.names`] and 10 repetitions [`cfg.design.nbRepetitions`]
22
- % means 20 blocks, if MT_MST and 2 hemifield [`cfg.design.fixationPosition`] means 40 blocks
23
- % means 20 blocks
+ % Example:
+ % - 2 conditions [`cfg.design.names`]
+ % - 10 repetitions [`cfg.design.nbRepetitions`]
24
+ % means 20 blocks,
25
+ % means 40 blocks if MT_MST and 2 hemifield [`cfg.design.fixationPosition`]
26
+
27
cfg.design.nbRepetitions = 12;
28
cfg.design.nbEventsPerBlock = 12;
29
0 commit comments