forked from tcs-test-user/MatlabSampleApp2
23 lines
517 B
JSON
23 lines
517 B
JSON
{
|
|
"scriptLanguage" : "OCTAVE",
|
|
"executableScriptName" : "sampleApp1.m",
|
|
"inputFiles" : [ {
|
|
"dataType" : "double_vector",
|
|
"multiplicity" : {
|
|
"minCount" : 1,
|
|
"maxCount" : 1
|
|
}
|
|
} ],
|
|
"inputParameters" : [ {
|
|
"type" : "INTEGER",
|
|
"name" : "multiplicator"
|
|
} ],
|
|
"outputs" : [ {
|
|
"dataType" : "image_data",
|
|
"fileFormat" : "PNG",
|
|
"fileName" : "vectorPlot.png",
|
|
"isReturnedValue" : false
|
|
} ],
|
|
"requiredTools" : [ "octave" ],
|
|
"requiredComputationResources" : { }
|
|
} |