Skip to content

Commit 82d7d09

Browse files
epaganonmichaelmcdonnellmw
authored andcommitted
Update Limitations section of MATLAB-BATCH.md
1 parent 741261e commit 82d7d09

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

alternates/non-interactive/MATLAB-BATCH.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,10 @@ If your batch licensing token expires in less than 30 days, **matlab-batch** pri
139139
- R2021a is the oldest release that **matlab-batch** supports on Windows.
140140
- R2023b is the oldest release that **matlab-batch** supports on macOS with Apple silicon.
141141
- **matlab-batch** does not support MATLAB Engine APIs for Python®, Java®, .NET, COM, C, C++, and Fortran.
142+
- **matlab-batch** does not support startup scripts `matlabrc.m` or `startup.m`. To use a startup script, rename `startup.m` to, for example, `startup_batch.m`, and then run this command.
143+
```bash
144+
matlab-batch "startup_batch; custom_code"
145+
```
142146

143147
## Feedback and Support
144148
To inquire about eligibility requirements for the MATLAB batch licensing pilot, fill out this form on the MathWorks website: [Batch Licensing Pilot Eligibility](https://www.mathworks.com/support/batch-tokens.html).

0 commit comments

Comments
 (0)