Skip to content

Commit bda146d

Browse files
Update doc with MATLAB support notice (#3362)
* Update matlab.md * Update matlab.md * Update matlab.md * Update matlab.md * Update matlab.md * Update matlab.md * Update matlab.md --------- Co-authored-by: Michał Rybiński <[email protected]>
1 parent 50c8cc6 commit bda146d

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

user/languages/matlab.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ layout: en
1313
| [Default `install`](#dependency-management) | N/A |
1414
| [Default `script`](#default-build-script) | `matlab -batch "results = runtests('IncludeSubfolders',true); assertSuccess(results);" ` |
1515
| [Matrix keys](#build-matrix) | `matlab`, `env` |
16-
| Support | [MathWorks](mailto:[email protected]) |
1716

1817
Minimal example:
1918

@@ -24,19 +23,15 @@ language: matlab
2423
2524
</aside>
2625
27-
2826
This guide covers build environment and configuration topics specific to
2927
[MATLAB&reg;](https://www.mathworks.com/products/matlab.html) and [Simulink&reg;](https://www.mathworks.com/products/simulink.html) projects. Please make sure to read our
3028
[Onboarding](/user/onboarding/) and
3129
[General Build configuration](/user/customizing-the-build/) guides first.
3230
33-
{: .warning}
34-
> Currently, MATLAB builds are available only for public projects in Linux&reg; environments.
35-
36-
3731
## Community-Supported Language
3832
39-
The MATLAB language is maintained by MathWorks&reg;. If you have any questions or suggestions, please contact MathWorks at [[email protected]](mailto:[email protected]).
33+
{: .warning}
34+
> MATLAB builds are no longer supported and are available only for public projects in Linux&reg; environments. MATLAB releases beyond R2024a are not available for use.
4035
4136
## Specify MATLAB Releases and Run Tests
4237

0 commit comments

Comments
 (0)