Borrar filtros
Borrar filtros

Add panel in the GUI of Matlab

1 visualización (últimos 30 días)
junior
junior el 6 de Mayo de 2016
Comentada: junior el 6 de Mayo de 2016
I have a GUI with several buttons, but forget them into a Panel, How I can add my panel without the names of my buttons change? Thank you.

Respuesta aceptada

CS Researcher
CS Researcher el 6 de Mayo de 2016
set(handles.button,'Parent',handles.panel)
handles.button is the handle to the button and handles.panel is the handle to the panel.

Más respuestas (0)

Categorías

Más información sobre App Building en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by