Skip to content

Commit dc71095

Browse files
sbnicholasggriffithsuk
authored andcommitted
Minor readme updates
1 parent ad7a8bb commit dc71095

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

MPM.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ If you encounter a technical issue or have an enhancement request, create an iss
228228
## Changelog
229229

230230
### 2024.1.1 - March 27, 2024
231-
- **Added**: Specify the `--no-jre` option to skip installation of the default Java Runtime Environment (JRE) used by MATLAB so that you can set a custom JRE.
231+
- **Added**: Specify the `--no-jre` option that allows you to skip installing the default Java Runtime Environment (JRE) used by MATLAB and set a custom JRE instead. For information on which JREs are supported, see [Versions of OpenJDK Compatible with MATLAB by Release](https://www.mathworks.com/support/requirements/openjdk.html) on the MathWorks website.
232232

233233
### 2023.12.1 - December 14, 2023
234234
- **Added**: Support for Windows

alternates/non-interactive/MATLAB-BATCH.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
MATLAB® batch licensing executable (**matlab-batch**) is a command line tool that starts MATLAB non-interactively using a batch licensing token and any MATLAB startup options. Specify a MATLAB statement to run as the final argument. **matlab-batch** requires a valid MATLAB executable.
44

5-
The MATLAB batch licensing project is still in the pilot phase. To inquire about eligibility requirements for the MATLAB batch licensing pilot, contact <[email protected]>.
5+
The MATLAB batch licensing project is still in the pilot phase. To inquire about eligibility requirements, fill out this form on the MathWorks&reg; website: [Batch Licensing Pilot Eligibility](https://www.mathworks.com/support/batch-tokens.html).
6+
67

78
## Download MATLAB Batch Licensing Executable
89

@@ -106,7 +107,7 @@ If your batch licensing token expires in less than 30 days, **matlab-batch** pri
106107
- R2023b is the oldest release that **matlab-batch** supports on macOS with Apple silicon.
107108

108109
## Feedback and Support
109-
To inquire about eligibility requirements for the MATLAB batch licensing pilot, contact <batch-tokens@mathworks.com>.
110+
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).
110111

111112
For support, contact [MathWorks Technical Support](https://www.mathworks.com/support/contact_us.html).
112113

alternates/non-interactive/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The Dockerfile in this subfolder shows you how to build and customize a Docker&reg; container for MATLAB&reg; and its toolboxes, using the [MATLAB Package Manager (*mpm*)](../../MPM.md), and [MATLAB Batch Licensing (via **matlab-batch**)](MATLAB-BATCH.md). Use this Dockerfile if you have a MATLAB batch licensing token to license MATLAB in your container.
44

5-
The MATLAB batch licensing project is still in the pilot phase. To inquire about eligibility requirements for the MATLAB batch licensing pilot, contact <batch-tokens@mathworks.com>.
5+
The MATLAB batch licensing project is still in the pilot phase. To inquire about eligibility requirements, fill out this form on the MathWorks&reg; website: [Batch Licensing Pilot Eligibility](https://www.mathworks.com/support/batch-tokens.html).
66

77
You can use this container image as a scalable and reproducible method to deploy and test your MATLAB code in non-interactive environments.
88

0 commit comments

Comments
 (0)