Update 'autocorr.m'
This commit is contained in:
parent
b6869849c2
commit
a0b3b9ea26
@ -11,6 +11,8 @@ if (rows ~= 1) && (columns ~= 1)
|
||||
|
||||
error('Input file must be a vector');
|
||||
|
||||
|
||||
|
||||
end
|
||||
|
||||
time_series = time_series(:); % Ensure a column vector
|
||||
|
Loading…
Reference in New Issue
Block a user