mirror of
https://github.com/davrot/pytutorial.git
synced 2025-04-17 20:56:41 +02:00
Update README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
5cc5c1bd76
commit
20e64a969c
1 changed files with 9 additions and 0 deletions
|
@ -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()
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue