forked from tcs-test-user/MatlabSampleApp1
Add 'appDefinition.json'
This commit is contained in:
parent
f95d66cf56
commit
a3e694cea3
20
appDefinition.json
Normal file
20
appDefinition.json
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
"scriptLanguage" : "OCTAVE",
|
||||||
|
"executableScriptName" : "sampleApp.m",
|
||||||
|
"inputFiles" : [ {
|
||||||
|
"dataType" : "double_vector",
|
||||||
|
"multiplicity" : {
|
||||||
|
"minCount" : 1,
|
||||||
|
"maxCount" : 1
|
||||||
|
}
|
||||||
|
} ],
|
||||||
|
"inputParameters" : [ ],
|
||||||
|
"outputs" : [ {
|
||||||
|
"dataType" : "image_data",
|
||||||
|
"fileFormat" : "PNG",
|
||||||
|
"fileName" : "vectorPlot.png",
|
||||||
|
"isReturnedValue" : false
|
||||||
|
} ],
|
||||||
|
"requiredTools" : [ "octave" ],
|
||||||
|
"requiredComputationResources" : { }
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user