Skip to content

Commit 2263e05

Browse files
authored
minor changes
1 parent e119b52 commit 2263e05

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

model/mathematical_model/fractional_sampling.m

-2
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,9 @@ function fractional_sampling(varargin)
3434
if stim_num == 2
3535
p.stim_depth = [50 50]; % depth of potential well for stimuli
3636
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
3837
elseif stim_num == 1
3938
p.stim_depth = [50];
4039
p.stim_loc = [0 0];
41-
p.stim_modu_pk_radius = [12];
4240
end
4341

4442

0 commit comments

Comments
 (0)