Add 'my_app.m'

This commit is contained in:
Michal_Lelonek 2021-11-04 16:53:40 +01:00
parent 928409dcd7
commit 94b9cd9216
1 changed files with 8 additions and 0 deletions

8
my_app.m Normal file
View File

@ -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(in)
%% MYAPP1
%% TODO: Put your application code here
end