Bring Figure to main GUI and take control over that figure
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Adam Danz
le 10 Déc 2019
In that case, the figure should be produced within the GUI axes rather than on an external figure.
Réponse acceptée
Amit
le 10 Déc 2019
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.

0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Interactive Control and Callbacks dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!