created: Yizhou Zhuang, 08/15/2020
last edited: Yizhou Zhuang, 08/15/2020
There are three ways for interaction between Matlab and Python:
1. Call Python from Matlab
2. Call Matlab from Python
3. Package Matlab programs for scalable deployment with Python
Below are some related resources:
"Using Matlab with Python" from Mathworks: https://github.com/mathworks/matlab-with-python
"...
Read more about Matlab with Python