Add panel in the GUI of Matlab

7 次查看(过去 30 天)
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.

采纳的回答

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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 App Building 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by