Popup Menu visibility in MATLAB GUI

3 vues (au cours des 30 derniers jours)
Raisa Qadir
Raisa Qadir le 18 Déc 2013
Commenté : Raisa Qadir le 18 Déc 2013
How can I make the property of a popup menu invisible by pressing a button?
Thankx.

Réponse acceptée

Walter Roberson
Walter Roberson le 18 Déc 2013
set() the Visible property of the uicontrol to 'off'
  3 commentaires
Walter Roberson
Walter Roberson le 18 Déc 2013
set(handles.NameOfPopupControl, 'visible', 'off');
Raisa Qadir
Raisa Qadir le 18 Déc 2013
okay, got it. Thank you so much.

Connectez-vous pour commenter.

Plus de réponses (0)

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!

Translated by