File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change 22
33name : Run MATLAB Command
44description : >-
5- Execute a MATLAB script, function, or statement.
6- MATLAB exits with exit code 0 if the specified script, function, or statement
7- executes successfully without error. Otherwise, MATLAB terminates with a
8- nonzero exit code, which causes the build to fail. You can use the assert or
9- error functions in the command to ensure that builds fail when necessary. When
10- you use this task, all of the required files must be on the MATLAB search
11- path.
5+ Run MATLAB scripts, functions, and statements
126inputs :
137 command :
148 description : >-
15- Script, function, or statement to execute.
16- If the value of `command` is the name of a MATLAB script or function, do
17- not specify the file extension. If you specify more than one MATLAB
18- command, use a comma or semicolon to separate the commands.
9+ Script, function, or statement to execute
1910 required : true
2011runs :
2112 using : node12
You can’t perform that action at this time.
0 commit comments