forked from tcs-test-user/MatlabSampleApp2
9 lines
265 B
Mathematica
9 lines
265 B
Mathematica
|
%% 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
|