Add panel in the GUI of Matlab

6 visualizzazioni (ultimi 30 giorni)
junior
junior il 6 Mag 2016
Commentato: junior il 6 Mag 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.

Risposta accettata

CS Researcher
CS Researcher il 6 Mag 2016
set(handles.button,'Parent',handles.panel)
handles.button is the handle to the button and handles.panel is the handle to the panel.

Più risposte (0)

Categorie

Scopri di più su App Building in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by