You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 27, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: src/main/resources/com/mathworks/ci/RunMatlabCommandBuilder/help-matlabCommand.html
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,8 @@
1
1
<div>
2
-
To run your tests, enter MATLAB commands separated by semicolons.<br>
3
-
<b>Example:</b> cd c:\MATLAB\tests; runtests('IncludingSubfolder','true');<br>
4
-
2
+
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>
3
+
<b>Examples:</b><br>
4
+
<b>To run MATLAB commands :</b> cd c:\MATLAB\tests; runtests('IncludingSubfolder','true')<br>
5
+
<b>To run MATLAB function or a script file :</b> cd c:\MATLAB\myscripts; runMyScript(arg1, arg2...)<br>
5
6
<br> </br>
6
7
<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>
7
8
<b>Note:</b> The build will fail if the execution of any MATLAB command causes an error.
0 commit comments