From e4418a5c745f2e559235334ff3e12403273564eb Mon Sep 17 00:00:00 2001 From: "TCS portal test user (insilicolab@gmail.com)" Date: Tue, 18 Oct 2022 13:21:38 +0200 Subject: [PATCH] Add 'sampleApp.m' --- sampleApp.m | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sampleApp.m diff --git a/sampleApp.m b/sampleApp.m new file mode 100644 index 0000000..03b9bab --- /dev/null +++ b/sampleApp.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 sampleApp(inVector) + +%% MATLABSAMPLEAPP1 +%% TODO: Put your application code here + +end