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