Add panel in the GUI of Matlab

6 views (last 30 days)
junior
junior on 6 May 2016
Commented: junior on 6 May 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.

Accepted Answer

CS Researcher
CS Researcher on 6 May 2016
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

Community Treasure Hunt

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

Start Hunting!