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 日間)
古いコメントを表示
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 件のコメント
回答 (1 件)
Walter Roberson
2019 年 2 月 13 日
if you are using a uibuttongroup then check isempty() the Selected property of the group.
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!