How to display matlab plots in a GUI in python using api engine?
4 views (last 30 days)
Show older comments
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 Comments
Answers (1)
Thiago Henrique Gomes Lobato
on 16 Aug 2020
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 Comments
See Also
Categories
Find more on Call MATLAB from Python 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!