20 lines
457 B
JSON
20 lines
457 B
JSON
|
{
|
||
|
"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" : { }
|
||
|
}
|