Selecting an option in the drop down menu that displays different edit fields

6 ビュー (過去 30 日間)
tyler seudath
tyler seudath 2020 年 12 月 30 日
回答済み: Cris LaPierre 2020 年 12 月 30 日
Good day Everyone,
I am trying to link the dropdown menu options to particular edit fields. For instance, if I select on option 1 in the drop down menu, I want to be able to display Edit field 1 adn Edit field 2. Conversely, if I select option 2 , i want to display Edit field 3 and Edit field 4. Is there a way to go about performing this task?
Thank you,
TS

採用された回答

Cris LaPierre
Cris LaPierre 2020 年 12 月 30 日
Yes. I would first create all 4 edit boxes, but set their 'Visible' property to 'off'. Then, in the callback of your dropdown menu, I would have a switch statement that runs different cases based on the value property. The code for a specific case would change the visilibilty to 'off' of the edit fields you do not want to see, and would change the visibility to 'on' of those you do want to see.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSimulink Environment Customization についてさらに検索

製品


リリース

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by