We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bb9b16 commit e119b52Copy full SHA for e119b52
model/mathematical_model/fractional_sampling.m
@@ -29,7 +29,7 @@ function fractional_sampling(varargin)
29
p.dt = 1e-3; p.T = 2e2; avg = 1;
30
31
32
-tri_n = 2; % number of trials
+tri_n = 20; % number of trials
33
stim_num = 2; % number of stimuli
34
if stim_num == 2
35
p.stim_depth = [50 50]; % depth of potential well for stimuli
0 commit comments