Azzera filtri
Azzera filtri

App Radio Button Loop?

1 visualizzazione (ultimi 30 giorni)
Emily McCoy
Emily McCoy il 13 Giu 2020
Risposto: Abhivandan Pandey il 14 Giu 2020
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

Risposte (1)

Abhivandan Pandey
Abhivandan Pandey il 14 Giu 2020
Hi Emily,

Categorie

Scopri di più su Loops and Conditional Statements in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by