Popup Menu visibility in MATLAB GUI

3 visualizaciones (últimos 30 días)
Raisa Qadir
Raisa Qadir el 18 de Dic. de 2013
Comentada: Raisa Qadir el 18 de Dic. de 2013
How can I make the property of a popup menu invisible by pressing a button?
Thankx.

Respuesta aceptada

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

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by