Linking buttons in a matlab gui

3 ビュー (過去 30 日間)
warnerchang
warnerchang 2025 年 8 月 9 日
コメント済み: warnerchang 2025 年 8 月 9 日
Now, I create a GUI without guide. I want to link buttons' behavior, for example, as I press a button, another button cannot be pressed, and vice versa. Anyone can provide an idea how to manage it? I know it is easy in guide. Is there any method programmatically?
  2 件のコメント
Stephen23
Stephen23 2025 年 8 月 9 日
"Is there any method programmatically?"
Set the other buttons' ENABLE property.
warnerchang
warnerchang 2025 年 8 月 9 日
Thank you very much, I work out it.

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

回答 (1 件)

Walter Roberson
Walter Roberson 2025 年 8 月 9 日
Generally speaking, you would create a uibuttongroup and put uiradiobutton inside of it.
  1 件のコメント
warnerchang
warnerchang 2025 年 8 月 9 日
However, I also want the button could control an edit box behavior and the edit box could also control the behavior of the button. Is there any solutions?

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

カテゴリ

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

製品


リリース

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by