MATLAB: Popup Menu visibility in MATLAB GUI

matlab guipopup menu

How can I make the property of a popup menu invisible by pressing a button?
Thankx.

Best Answer

set() the Visible property of the uicontrol to 'off'