Update 'autocorr.m'
This commit is contained in:
parent
a87913aca3
commit
b6869849c2
@ -31,6 +31,7 @@ if (nargin >= 2) && ~isempty(numLags)
|
||||
|
||||
error('Number of lags must be a positive integer');
|
||||
|
||||
|
||||
end
|
||||
|
||||
if numLags > (N-1)
|
||||
|
Loading…
Reference in New Issue
Block a user