App Radio Button Loop?
1 回表示 (過去 30 日間)
古いコメントを表示
Hello!
My team and I have a radio group that we want to be able to switch which button is selected (ADD or DELETE) by pressing the spacebar. We thought it would be efficent to use a loop, but are not sure how to do this. Any advice?
Our current code is included below:
case 32
if app.ADDButton == 1
set(app.DELETEButton, 'Value', 1);
end
if app.DELETEButton == 1
set(app.ADDButton, 'Value', 1);
end
0 件のコメント
回答 (1 件)
Abhivandan Pandey
2020 年 6 月 14 日
Hi Emily,
Please refer to Geoff's answer in the following link:https://in.mathworks.com/matlabcentral/answers/151060-using-windowkeypressfcn-with-uicontrol
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Develop Apps Using App Designer についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!