フィルターのクリア

In an existing dropdown ('A', 'B', 'C'..) in GUI, how can I add popup for certain selection to decide it's property by assigning say 35% of A+65% of E

1 回表示 (過去 30 日間)
Ratnesh Khandelwal
Ratnesh Khandelwal 2023 年 10 月 24 日
編集済み: Ratnesh Khandelwal 2023 年 11 月 11 日
In an existing dropdown('A', 'B', 'C', 'D', 'E', 'F','G','H') in GUI, in case user select last option 'H' then it should automatically open a new window for user to provide 1st element and it's %X and 2nd element and it's %Y (=100-%X) to design it's property. Here, H constitue of two of the dropdown selections, say 35% of B+65% of E

回答 (1 件)

Walter Roberson
Walter Roberson 2023 年 10 月 24 日
That is not going to happen automatically -- what you are asking for is too complex to be a built-in activity.
You will need to code the callback function for the dropbox to detect that option H has been chosen, and activate the appropriate logic. This will be according to your code rather than "automatically".
  1 件のコメント
Ratnesh Khandelwal
Ratnesh Khandelwal 2023 年 11 月 10 日
編集済み: Ratnesh Khandelwal 2023 年 11 月 11 日
Thank you Walter for responding to my question here! Being a novice on appdesigner a month back, I had a realization that it's too complex to happen automatically and that's the reason approached this forum to start building up call back function around it. Thanks to your direction, google and open MATLAB forum, I was able to make it happen.

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

カテゴリ

Help Center および File ExchangeInteractive Control and Callbacks についてさらに検索

タグ

製品


リリース

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by