Info

この質問は閉じられています。 編集または回答するには再度開いてください。

In the group of buttons 1 to 9, what code should I use to print 0 if none of the buttons is selected, or if one is selected?

1 回表示 (過去 30 日間)
Tugba Ergin
Tugba Ergin 2019 年 2 月 13 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
In the group of buttons 1 to 9, what code should I use to print 0 if none of the buttons is selected, or if one is selected?
I want to use '' if else'' but when radio buttons become nonselected, value should show the zero value??
  1 件のコメント
Adam
Adam 2019 年 2 月 14 日
You haven't shown how your 'buttons' are represented.

回答 (1 件)

Walter Roberson
Walter Roberson 2019 年 2 月 13 日
if you are using a uibuttongroup then check isempty() the Selected property of the group.
  2 件のコメント
Tugba Ergin
Tugba Ergin 2019 年 2 月 14 日
how should be the code?
name of my button groups is valanceoptions. if i don't select any button, it should write 0, or any other button 1, 2, .. 9 it should write selected one ??

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by