Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.

Commit

Permalink
closes #145
Browse files Browse the repository at this point in the history
  • Loading branch information
ferchaure committed Sep 23, 2019
1 parent 9d62986 commit cb8db51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wave_clus.m
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ function load_data_button_Callback(hObject, eventdata, handles)
eval(['handles.par.fix' num2str(i) '=0;'])
end

for i =0:handles.par.max_clus
for i =0:33
si = num2str(i);
eval(['handles.par.nbins' si ' = handles.par.nbins;']); % # of bins for the ISI histograms
eval(['handles.par.bin_step' si ' = handles.par.bin_step;']); % percentage number of bins to plot
Expand Down

0 comments on commit cb8db51

Please sign in to comment.