Popup Menu visibility in MATLAB GUI

3 visualizzazioni (ultimi 30 giorni)
How can I make the property of a popup menu invisible by pressing a button?
Thankx.

Risposta accettata

Walter Roberson
Walter Roberson il 18 Dic 2013
set() the Visible property of the uicontrol to 'off'
  3 Commenti
Walter Roberson
Walter Roberson il 18 Dic 2013
set(handles.NameOfPopupControl, 'visible', 'off');
Raisa Qadir
Raisa Qadir il 18 Dic 2013
okay, got it. Thank you so much.

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Migrate GUIDE Apps in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by