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

조회 수: 8 (최근 30일)
LeGeND
LeGeND 2020년 8월 16일
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.

답변 (1개)

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

카테고리

Help CenterFile Exchange에서 Call Python from MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by