create main panel and create sub panel on main panel. in subpanel one close button. when we press close button than main panel and subpanel go closed.
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
create main panel and create sub panel on main panel. in subpanel one close button. when we press close button than main panel and subpanel go closed.
i have enclosed GUI IMAGE
1 commentaire
Réponses (1)
Walter Roberson
le 18 Sep 2017
outer = uipanel()
inner = uipanel('Parent', outer)
but = uicontrol('style', 'push', 'Callback', @(src, event) delete(outer) )
0 commentaires
Voir également
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!