9 lines
317 B
Mathematica
9 lines
317 B
Mathematica
|
%% 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
|