matlab live script support run Python language directly
18 次查看(过去 30 天)
显示 更早的评论
Luckily Mathworks has started to focus on the interaction between MATLAB and python in the last few years, rather than comparing their strengths and weaknesses, e.g. the github open-source board "matlab+python" in order to support Python users, and the documentation has been updated a lot.
But what I would like to see is to use matlab live script(mlx file) to write python source code directly (code highlighting, smart completion hints, help files, etc.), which has the advantage of being able to debug and run through the python code in a unified MATLAB environment instead of debugging and running through the python code in some python IDE environment and then passing it through pyrun , pyrunfile and other functions indirectly called.
采纳的回答
更多回答(1 个)
Cris LaPierre
2023-8-24
This is a community help forum. The best place to send suggestions to MathWorks is here:
- Select 'Create Service Request'
- Then select 'Technical Support: Installation, product help, bugs, suggestions, documentation errors, outages'
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Call Python from MATLAB 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!