Skip to content

Commit

Permalink
Minor readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sbnicholas authored and ggriffithsuk committed May 3, 2024
1 parent ad7a8bb commit dc71095
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MPM.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ If you encounter a technical issue or have an enhancement request, create an iss
## Changelog

### 2024.1.1 - March 27, 2024
- **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.
- **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.

### 2023.12.1 - December 14, 2023
- **Added**: Support for Windows
Expand Down
5 changes: 3 additions & 2 deletions alternates/non-interactive/MATLAB-BATCH.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

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.

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]>.
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).


## Download MATLAB Batch Licensing Executable

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion alternates/non-interactive/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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.

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>.
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).

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

Expand Down

0 comments on commit dc71095

Please sign in to comment.