Popup Menu visibility in MATLAB GUI

3 Ansichten (letzte 30 Tage)
Raisa Qadir
Raisa Qadir am 18 Dez. 2013
Kommentiert: Raisa Qadir am 18 Dez. 2013
How can I make the property of a popup menu invisible by pressing a button?
Thankx.

Akzeptierte Antwort

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

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Migrate GUIDE Apps finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by