Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit f1f4cb8

Browse files
committed
Updated custom command help
1 parent 51b2e30 commit f1f4cb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/com/mathworks/ci/RunMatlabCommandBuilder/help-matlabCommand.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<div>
22
Enter the command you want to run in MATLAB. If the command represents a MATLAB function or script, do not specify the file extension.<br>
33
<b>Examples:</b><br>
4-
<b>Commands:</b> <br>cd c:\MATLAB\tests; runtests('IncludingSubfolder','true')<br>
5-
<b>Run a function:</b><br>cd c:\MATLAB\myscripts; runMyScript(arg1, arg2)<br>
4+
<b>Run Commands:</b> results = runtests(‘IncludingSubfolders’,true); assert(all(~[results.Failed]))<br>
5+
<b>Run a script:</b> runMyScript<br>
66
<br>&nbsp;</br>
77
<b>Recommendation:</b>If you require a number of MATLAB commands to execute your build, consider writing a MATLAB script and executing the script file instead.<br>
88
<b>Note:</b> The build will fail if the execution of any MATLAB command causes an error.

0 commit comments

Comments
 (0)