Add panel in the GUI of Matlab

6 Ansichten (letzte 30 Tage)
junior
junior am 6 Mai 2016
Kommentiert: junior am 6 Mai 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.

Akzeptierte Antwort

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

Weitere Antworten (0)

Kategorien

Mehr zu App Building finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by