Update README.md

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2023-12-21 16:38:43 +01:00 committed by GitHub
parent 5cc5c1bd76
commit 20e64a969c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -116,3 +116,12 @@ cd "C:\Program Files\MATLAB\R2023b\extern\engines\python"
python.exe .\setup.py install
```
## Start the engine
Under Python we now can connect to Matlab:
```python
import matlab.engine
eng = matlab.engine.start_matlab()
```