How execute ipython jupyter code inside MATLAB?
13 次查看(过去 30 天)
显示 更早的评论
Hello everyone,
There is a python code that I need to run inside MATLAB. It would do calculations using input values coming from arrays given and calculated before along the MATLAB code. The python code use Jupyter libraries, and the [base] status of the conda need to be running on “terminal” inside MATLAB. Does someone have suggestions about how I can run the code? Here is an example of how I am running the code currently on terminal:
(base) user@MacBook Downloads % ipython3 code.py 1 34.4 45 1000
1, 34.4, 45, and 1000 will be four different variables calculated before on MATLAB.
I will be grateful for any suggestion.
0 个评论
回答(1 个)
Hiro Yoshino
2023-11-16
Your arguments can be given to the command too.
2 个评论
Hiro Yoshino
2023-11-16
I am afraid not. A lot of development have been made to this area over the last 2-3 years and even today. You should use the latest if you look for better integration.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Integration with Online Platforms 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!