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
* Windows® Operating System ( starting v0.4.0 of matlab-proxy )
56
+
* MacOS (starting v0.5.0 of matlab-proxy )
57
+
See [Platform Support](#platform-support) for more information
58
+
55
59
## Installation
56
60
57
61
### PyPI
@@ -138,20 +142,25 @@ This package is fully supported for the Linux Operating System.
138
142
139
143
### Windows
140
144
141
-
Windows® Operating System support was introduced in package version `v0.4.0`. If you encounter any errors, see the [Feedback](#feedback) section to report them.
142
-
145
+
Windows® Operating System support was introduced in package version `v0.4.0`.
143
146
Install the version >=0.4.0 to use the package on Windows.
144
147
```bash
145
148
# To upgrade an existing installation of matlab-proxy package:
146
149
$ pip install --upgrade matlab-proxy>=0.4.0
147
-
148
-
# Or to make a new installation of the latest version:
149
-
$ pip install matlab-proxy
150
150
```
151
151
152
152
### MacOS
153
153
154
-
This package is not supported for the Apple® Mac Operating System.
154
+
MacOS support was introduced in package version `v0.5.0`.
155
+
It works best for MATLAB versions newer than R2022b.
156
+
Note: Figures *also* open in a separate windows on versions of MATLAB older than R2022b.
157
+
158
+
Install the version >=0.5.0 to use the package on MacOS.
159
+
160
+
```bash
161
+
# To upgrade an existing installation of matlab-proxy package:
162
+
$ pip install --upgrade matlab-proxy>=0.5.0
163
+
```
155
164
156
165
## Limitations
157
166
This package supports the same subset of MATLAB features and commands as MATLAB® Online, except there is no support for Simulink® Online.
0 commit comments