From a0b3b9ea2689eac95d4a86d70a56f432fe726a3f Mon Sep 17 00:00:00 2001 From: Michal_Lelonek Date: Mon, 16 Jan 2023 13:30:16 +0100 Subject: [PATCH] Update 'autocorr.m' --- autocorr.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/autocorr.m b/autocorr.m index 433aed4..6bf47f8 100644 --- a/autocorr.m +++ b/autocorr.m @@ -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