matlab live script support run Python language directly
18 views (last 30 days)
Show older comments
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.
Accepted Answer
More Answers (1)
Cris LaPierre
on 24 Aug 2023
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 Comments
See Also
Categories
Find more on Call Python from MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!