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