Skip to content

Commit e4fc14b

Browse files
authored
Update matlab.md
1 parent cb6d381 commit e4fc14b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

user/languages/matlab.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
---
2-
title: Building a MATLAB Project
2+
title: Build a MATLAB Project
33
layout: en
44

55
---
66

77

8-
### What This Guide Covers
98

109
<aside markdown="block" class="ataglance">
1110

@@ -35,7 +34,7 @@ This guide covers build environment and configuration topics specific to
3534
> Currently, MATLAB builds are available only for public projects in Linux&reg; environments.
3635
3736
38-
### Community-Supported Language
37+
## Community-Supported Language
3938
4039
The MATLAB language is maintained by MathWorks&reg;. If you have any questions or suggestions, please contact MathWorks at [[email protected]](mailto:[email protected]).
4140
@@ -93,7 +92,7 @@ script: matlab -batch 'myscript'
9392
MATLAB exits with exit code 0 if the specified script, function, or statement executes successfully without error. Otherwise, MATLAB terminates with a nonzero exit code, which causes the build to fail. You can use the [`assert`](https://www.mathworks.com/help/matlab/ref/assert.html) or [`error`](https://www.mathworks.com/help/matlab/ref/error.html) functions in your code to ensure that builds fail when necessary.
9493

9594

96-
## See Also
95+
## Further Reading
9796
[Continuous Integration with MATLAB and Simulink](https://www.mathworks.com/solutions/continuous-integration.html)<br/>
9897
[Continuous Integration (MATLAB)](https://www.mathworks.com/help/matlab/continuous-integration.html)<br/>
9998
[Continuous Integration (Simulink Test)](https://www.mathworks.com/help/sltest/continuous-integration.html)

0 commit comments

Comments
 (0)