-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates MATLAB-BATCH.md for v2024.02.0 and v2024.02.1 releases
- Loading branch information
1 parent
8c99fb2
commit a4e00ef
Showing
1 changed file
with
23 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ The MATLAB batch licensing project is still in the pilot phase. To inquire about | |
|
||
### Linux | ||
|
||
From a Linux terminal, use `wget` to download the latest version of `matlab-batch`. | ||
From a Linux® terminal, use `wget` to download the latest version of `matlab-batch`. | ||
|
||
wget https://ssd.mathworks.com/supportfiles/ci/matlab-batch/v1/glnxa64/matlab-batch | ||
|
||
|
@@ -18,7 +18,7 @@ Give the downloaded file executable permissions so that you can run `matlab-batc | |
|
||
### Windows | ||
|
||
From a Windows PowerShell command prompt, use `Invoke-WebRequest` to download the latest version of `matlab-batch`. | ||
From a Windows® PowerShell command prompt, use `Invoke-WebRequest` to download the latest version of `matlab-batch`. | ||
|
||
Invoke-WebRequest https://ssd.mathworks.com/supportfiles/ci/matlab-batch/v1/win64/matlab-batch.exe -OutFile matlab-batch.exe | ||
|
||
|
@@ -30,6 +30,10 @@ From a macOS terminal, use `curl` to download the latest version of `matlab-batc | |
|
||
curl -L -o ~/Downloads/matlab-batch https://ssd.mathworks.com/supportfiles/ci/matlab-batch/v1/maci64/matlab-batch | ||
|
||
* macOS (Apple silicon processor) | ||
|
||
curl -L -o ~/Downloads/matlab-batch https://ssd.mathworks.com/supportfiles/ci/matlab-batch/v1/maca64/matlab-batch | ||
|
||
`matlab-batch` is downloaded to your `Downloads` folder. Navigate to that folder. | ||
|
||
cd ~/Downloads | ||
|
@@ -93,10 +97,13 @@ MATLAB batch licensing tokens come in two formats: | |
|
||
These tokens can be used instead of, or in addition to, other types of licensing. | ||
|
||
If your batch licensing token expires in less than 30 days, **matlab-batch** prints a warning message. To suppress this message, you can set the environment variable MW_DISABLE_TOKEN_EXPIRY_WARNING to 1. | ||
|
||
## Limitations | ||
|
||
- **R2020b** is the oldest release that **matlab-batch** supports on **Linux** and **Mac (intel)**. | ||
- **R2021a** is the oldest release that **matlab-batch** supports on **Windows**. | ||
- R2020b is the oldest release that **matlab-batch** supports on Linux and macOS with Intel®. | ||
- R2021a is the oldest release that **matlab-batch** supports on Windows. | ||
- 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 <[email protected]>. | ||
|
@@ -105,6 +112,18 @@ For support, contact [MathWorks Technical Support](https://www.mathworks.com/sup | |
|
||
## Changelog | ||
|
||
### v2024.02.1 | ||
|
||
- **Added:** Support for macOS with Apple silicon. | ||
|
||
### v2024.02.0 | ||
|
||
- **Added:** Support for MATLAB R2024a prerelease. | ||
- **Added:** Notifications when tokens are close to expiring. | ||
- **Added:** File details (including application version) integrated with Windows Explorer. | ||
- **Fixed:** **matlab-batch** supports Parallel Computing workflows. | ||
- **Fixed:** Improved ability to detect valid MATLAB installations. | ||
|
||
### v2023.10.1 | ||
|
||
- **Added:** Support for MATLAB R2023b. | ||
|