From c7c03619ca8fefeb974b30d931410776b9307013 Mon Sep 17 00:00:00 2001 From: "TCS portal test user (insilicolab@gmail.com)" Date: Thu, 17 Mar 2022 11:20:50 +0100 Subject: [PATCH] Add 'sampleApp1.m' --- sampleApp1.m | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sampleApp1.m diff --git a/sampleApp1.m b/sampleApp1.m new file mode 100644 index 0000000..87a4701 --- /dev/null +++ b/sampleApp1.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 sampleApp1(inVector, multiplicator) + +%% SAMPLEAPP1 +%% TODO: Put your application code here + +end