We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e119b52 commit 2263e05Copy full SHA for 2263e05
model/mathematical_model/fractional_sampling.m
@@ -34,11 +34,9 @@ function fractional_sampling(varargin)
34
if stim_num == 2
35
p.stim_depth = [50 50]; % depth of potential well for stimuli
36
p.stim_loc = [0 0; 32 32]; % stimuli potential well locations
37
- p.stim_modu_pk_radius = [12 12]; % effective range of stimuli modulation on the peak of the firing rate gaussian bump
38
elseif stim_num == 1
39
p.stim_depth = [50];
40
p.stim_loc = [0 0];
41
- p.stim_modu_pk_radius = [12];
42
end
43
44
0 commit comments