Bring Figure to main GUI and take control over that figure
1 次查看(过去 30 天)
显示 更早的评论
Hi,
I am one matlab GUI and some callback function. This callback function opens multiple figure when i perfrom some operation on the gui.
I would like to copy one figure to the GUI and take control over that copied figure ?
could you please do help me to guide here or can you please do write a code for me with examples.
thank you
3 个评论
Adam Danz
2019-12-10
In that case, the figure should be produced within the GUI axes rather than on an external figure.
采纳的回答
Amit
2019-12-10
If you wants to plot your data on GUI, you have to write the code in callback of some button from where you can control the fig. Or else you can write your code in the opening function of gui.
![mtt.PNG](https://www.mathworks.com/matlabcentral/answers/uploaded_files/253742/mtt.png)
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Migrate GUIDE Apps 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!