フィルターのクリア

Add panel in the GUI of Matlab

1 回表示 (過去 30 日間)
junior
junior 2016 年 5 月 6 日
コメント済み: junior 2016 年 5 月 6 日
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.
  1 件のコメント
junior
junior 2016 年 5 月 6 日
Thans You!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeApp Building についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by