How to display matlab plots in a GUI in python using api engine?

7 visualizzazioni (ultimi 30 giorni)
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.

Risposte (1)

Thiago Henrique Gomes Lobato
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.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by