Add panel in the GUI of Matlab

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.

 Accepted Answer

set(handles.button,'Parent',handles.panel)
handles.button is the handle to the button and handles.panel is the handle to the panel.

More Answers (0)

Categories

Find more on App Building in Help Center and File Exchange

Asked:

on 6 May 2016

Commented:

on 6 May 2016

Community Treasure Hunt

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

Start Hunting!