From 798382f614b30238b01c6631000de380f1c6cdcd Mon Sep 17 00:00:00 2001 From: Michal_Lelonek Date: Fri, 5 Nov 2021 13:28:36 +0100 Subject: [PATCH] Add 'my_app.m' --- my_app.m | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 my_app.m diff --git a/my_app.m b/my_app.m new file mode 100644 index 0000000..49a5efd --- /dev/null +++ b/my_app.m @@ -0,0 +1,8 @@ +%% This function was automatically generated. When modifying its signature, take care to apply +%% modifications also to the descriptor files in the repository. +function out = my_app(Time Series File, Number of lags , Number of standard deviations) + +%% AUTOCORRELATION_MOD +%% TODO: Put your application code here + +end