fixed code style
This commit is contained in:
parent
328eb8838a
commit
f0c3c7f825
pointprocesses/code
@ -1,7 +1,7 @@
|
||||
function [pdf, centers] = isiHist(isis, binwidth)
|
||||
function [pdf, centers] = isihist(isis, binwidth)
|
||||
% Compute normalized histogram of interspike intervals.
|
||||
%
|
||||
% [pdf, centers] = isiHist(isis, binwidth)
|
||||
% [pdf, centers] = isihist(isis, binwidth)
|
||||
%
|
||||
% Arguments:
|
||||
% isis: vector of interspike intervals in seconds
|
@ -24,7 +24,6 @@ else
|
||||
xlim([0.0 tmax]);
|
||||
end
|
||||
ylabel('Trials');
|
||||
ylim( [ 0.3 ntrials+0.7 ] )
|
||||
|
||||
ylim([0.3 ntrials+0.7 ]);
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user