Enter the command you want to run in MATLAB. If the command represents a MATLAB function or script, do not specify the file extension.
Examples:
Run commands: results = runtests(‘IncludingSubfolders’,true); assert(all(~[results.Failed]))
Run a script: runMyScript
Recommendation:If you require a number of MATLAB commands to execute your build, consider writing a MATLAB script and executing the script file instead.
Note: The build will fail if the execution of any MATLAB command causes an error.