How to open a gui fig file from another gui?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Sanjoy Payun
le 9 Oct 2014
Réponse apportée : Julia
le 9 Oct 2014
I used the following code for openning the fig file from another fig file.
fig = openfig(filename,'reuse');
But it gives error message. What should I do?
0 commentaires
Réponse acceptée
David Sanchez
le 9 Oct 2014
If what you want to do is open another GUI, call its associated *.m, not the *.fig.
0 commentaires
Plus de réponses (1)
Julia
le 9 Oct 2014
Hi,
I use GUI1 to call GUI2 like this:
In GUI1:
run GUI2;
To close it again from GUI1:
close GUI2;
0 commentaires
Voir également
Catégories
En savoir plus sur Migrate GUIDE Apps 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!