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

Commit 77c82ef

Browse files
committed
Updated matlab-Root help content.
1 parent f1f4cb8 commit 77c82ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/com/mathworks/ci/UseMatlabVersionBuildWrapper/help-matlabRootFolder.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div>
2-
Enter the full path to the MATLAB root folder, which is returned by the <i><b>matlabroot</b></i> function. The specified MATLAB will be added to PATH variable and will be used across this build.
3-
If this field is empty then default matlabroot from PATH variable will be picked if added. <br><br><br>Example:<br><br><i><b><u>Windows:</u></b></i><br> C:\Program Files\MATLAB\R2019a <br>
2+
Enter the full path to the MATLAB root folder, which is returned by the <i><b>matlabroot</b></i> function. The specified directory will be added to the front of the PATH environment variable, and the specified MATLAB version will be used to perform the build.
3+
You must not leave this field blank if no MATLAB directory exists on the path. If you leave the field blank, then the system tries to use the MATLAB directory closest to the top of the system path. <br><br><br>Example:<br><br><i><b><u>Windows:</u></b></i><br> C:\Program Files\MATLAB\R2019a <br>
44
<i><b><u>Linux:</u></b></i><br> /usr/local/MATLAB/R2019a <br>
55
<i><b><u>Mac:</u></b></i><br> /Applications/MATLAB_R2019a.app <br>
66
<p>

0 commit comments

Comments
 (0)