How to display matlab plots in a GUI in python using api engine?
4 次查看(过去 30 天)
显示 更早的评论
Hi. I am developing a GUI in python and it will pass input parameters entered by user to script written in MATLAB (using api engine). MATLAB will then execute code and generate plots in the end. Now I want them to be shown in my GUI (at specific place for example the output space I have specified for plots) and not just as MATLAB displays. So how can it be done?
Thank you.
0 个评论
回答(1 个)
Thiago Henrique Gomes Lobato
2020-8-16
I don't think any python GUI has a canvas which can handle matlab plots directly. What you can do is to save your matlab plot as, for example, a .jpg file and then create a matplotlib canvas that display the plot as the .jpg image.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Call MATLAB from Python 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!