forked from tcs-test-user/MatlabSampleApp2
Adjustments to updated application code
This commit is contained in:
parent
ad15c97e50
commit
d5a70ba9e8
@ -7,7 +7,7 @@
|
||||
//
|
||||
{
|
||||
"scriptLanguage" : "OCTAVE",
|
||||
"executableScriptName" : "sampleApp1.m",
|
||||
"executableScriptName" : "sampleApp.m",
|
||||
"inputFiles" : [ {
|
||||
"dataType" : "double_vector",
|
||||
"multiplicity" : {
|
||||
@ -20,9 +20,8 @@
|
||||
"name" : "Multiplicator"
|
||||
} ],
|
||||
"outputs" : [ {
|
||||
"dataType" : "image_data",
|
||||
"fileFormat" : "PNG",
|
||||
"fileName" : "multipliedVec.png"
|
||||
"dataType" : "double_vector",
|
||||
"isReturnedValue" : true
|
||||
} ],
|
||||
"requiredTools" : [ "octave" ]
|
||||
}
|
Loading…
Reference in New Issue
Block a user