Add panel in the GUI of Matlab
2 ビュー (過去 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.
0 件のコメント
採用された回答
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 件)
参考
カテゴリ
Find more on Get Started with MATLAB 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!