how to enable/disable a pushbutton based on a radio selection? (guide gui)
7 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I have a radio button group woth 2 buttons; depending on which radiobutton is selected, I want to enable/disable a pushbutton.
1 Kommentar
Antworten (1)
Sean de Wolski
am 20 Dez. 2012
In the radio button or uibuttongroup callback:
set(handles.pushbutton1,'enable','off');
1 Kommentar
Christian Guitart
am 12 Mai 2016
Hello,
Can you explain me how to do the same task but on programmatic GUI?
Thanks in advance,
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!