You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ The MATLAB® Engine API for Python® provides a package to integrate MATLA
6
6
## Requirements
7
7
### Required MathWorks Products
8
8
<!-- MUST_BE_UPDATED_EACH_RELEASE (Search repo for this string) -->
9
-
* MATLAB release R2023b
9
+
* MATLAB release R2024a
10
10
11
11
### Required 3rd Party Products
12
12
<!-- MUST_BE_UPDATED_EACH_RELEASE (Search repo for this string) -->
@@ -21,15 +21,15 @@ The MATLAB® Engine API for Python® provides a package to integrate MATLA
21
21
MATLAB Engine API for Python can be installed directly from the Python Package Index.
22
22
<!-- MUST_BE_UPDATED_EACH_RELEASE (Search repo for this string) -->
23
23
```bash
24
-
$ python -m pip install matlabengine==23.2.3
24
+
$ python -m pip install matlabengine==24.1.1
25
25
```
26
26
27
27
28
28
29
29
### Linux®
30
30
Prior to installation, check the default install location of MATLAB by calling ```matlabroot``` in a MATLAB Command Window. By default, Linux installs MATLAB at:<br>
31
31
<!-- MUST_BE_UPDATED_EACH_RELEASE (Search repo for this string) -->
32
-
```/usr/local/MATLAB/R2023b```
32
+
```/usr/local/MATLAB/R2024a```
33
33
34
34
When MATLAB is not installed in the default location, the bin/*architecture* directory within the MATLAB root directory must be added to the environment variable LD_LIBRARY_PATH. The path can be added to the environment variable within the shell startup configuration file (for example, .bashrc for bash shell or .tcshrc for tcsh).
MATLAB Engine API for Python can be installed directly from the Python Package Index.
47
47
<!-- MUST_BE_UPDATED_EACH_RELEASE (Search repo for this string) -->
48
48
```bash
49
-
$ python -m pip install matlabengine==23.2.3
49
+
$ python -m pip install matlabengine==24.1.1
50
50
```
51
51
52
52
### macOS
53
53
Prior to installation, check the default install location of MATLAB by calling ```matlabroot``` in a MATLAB Command Window. By default, macOS installs MATLAB at:<br>
54
54
55
55
<!-- MUST_BE_UPDATED_EACH_RELEASE (Search repo for this string) -->
56
-
```/Applications/MATLAB_R2023b.app```
56
+
```/Applications/MATLAB_R2024a.app```
57
57
58
58
When MATLAB is not installed in the default location, the bin/*architecture* directory within the MATLAB root directory must be added to the environment variable DYLD_LIBRARY_PATH. The path can be added to the environment variable within the shell startup configuration file (for example, .bashrc for bash shell or .tcshrc for tcsh).
0 commit comments