Skip to content

Commit e119b52

Browse files
authored
minor changes
1 parent 5bb9b16 commit e119b52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model/mathematical_model/fractional_sampling.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function fractional_sampling(varargin)
2929
p.dt = 1e-3; p.T = 2e2; avg = 1;
3030

3131

32-
tri_n = 2; % number of trials
32+
tri_n = 20; % number of trials
3333
stim_num = 2; % number of stimuli
3434
if stim_num == 2
3535
p.stim_depth = [50 50]; % depth of potential well for stimuli

0 commit comments

Comments
 (0)