フィルターのクリア

how can i add a new drop down menu from an old one

1 回表示 (過去 30 日間)
aya
aya 2014 年 7 月 11 日
編集済み: aya 2014 年 7 月 12 日
I am building a GUI in matlab with multiple drop down menu and text boxes what I want to do is when I choose a specific value that I defined a new drop down menu will be created or made visible

採用された回答

Image Analyst
Image Analyst 2014 年 7 月 11 日
In the callback for the drop down menu (are you using what the Mathworks badly calls a "popup"?), call uicontrol to create new menu items or controls, or call set() to turn the 'Visible' property of the control to 'on' or 'off'
set(handles.pushbutton1, 'Visible', 'off'); % Hide push button
  1 件のコメント
aya
aya 2014 年 7 月 11 日
編集済み: aya 2014 年 7 月 12 日
thank you very much your answer is very helpfull

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMigrate GUIDE Apps についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by