From 94b9cd9216877fde9e475207d8ff2f88a0b1d62c Mon Sep 17 00:00:00 2001 From: Michal_Lelonek Date: Thu, 4 Nov 2021 16:53:40 +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..ab3cd2d --- /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(in) + +%% MYAPP1 +%% TODO: Put your application code here + +end