Update 'autocorr.m'

This commit is contained in:
Michal_Lelonek 2023-01-16 13:30:16 +01:00
parent b6869849c2
commit a0b3b9ea26

View File

@ -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