Add panel in the GUI of Matlab
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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.
0 comentarios
Respuesta aceptada
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)
Ver también
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!