Workspace 6.21.5
|
Runs a user-defined MatLab Script.
Inputs: | |||
---|---|---|---|
MatLab runtime | QString | Set to the location of the user-installed MatLab runtime. | |
MatLab script file | QString | Set to the location of a user-defined MatLab script in a file. | |
MatLab script | QString | Enter user-defined MatLab script directly as an input. | |
Output file | QString | If supplied, this value is passed to the runtime as an environment variable "SCRIPT_OUTPUT_FILENAME".The script itself must read this value and output data to this file. | |
Log file | QString | If supplied, this value is passed to the runtime to be used as the log file. | |
Working directory | QString | If supplied, this directory will be used as the working directory during execution. | |
Environment variables | Array | QString | These environment variables will be set before the runtime executes the script. |
Arguments | Array | QString | |
Options | Array | QString | |
Wait for completion | bool | ||
Capture output | bool | ||
Log output | bool | ||
Outputs: | |||
Command output | QString | Output written to the command shell may be captured and returned to the workflow via this output. | |
Script log file | QString | ||
Script output file | QString | if a value was entered for the "Output file" input then his will be the same value. | |
Script output | QString | If an output filename and a type are supplied, then the output filename will be read as the specified type and made available to the workflow. |