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",
|
"scriptLanguage" : "OCTAVE",
|
||||||
"executableScriptName" : "sampleApp1.m",
|
"executableScriptName" : "sampleApp.m",
|
||||||
"inputFiles" : [ {
|
"inputFiles" : [ {
|
||||||
"dataType" : "double_vector",
|
"dataType" : "double_vector",
|
||||||
"multiplicity" : {
|
"multiplicity" : {
|
||||||
@ -20,9 +20,8 @@
|
|||||||
"name" : "Multiplicator"
|
"name" : "Multiplicator"
|
||||||
} ],
|
} ],
|
||||||
"outputs" : [ {
|
"outputs" : [ {
|
||||||
"dataType" : "image_data",
|
"dataType" : "double_vector",
|
||||||
"fileFormat" : "PNG",
|
"isReturnedValue" : true
|
||||||
"fileName" : "multipliedVec.png"
|
|
||||||
} ],
|
} ],
|
||||||
"requiredTools" : [ "octave" ]
|
"requiredTools" : [ "octave" ]
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user