how to enable/disable a pushbutton based on a radio selection? (guide gui)
조회 수: 16 (최근 30일)
이전 댓글 표시
I have a radio button group woth 2 buttons; depending on which radiobutton is selected, I want to enable/disable a pushbutton.
댓글 수: 1
답변 (1개)
Sean de Wolski
2012년 12월 20일
In the radio button or uibuttongroup callback:
set(handles.pushbutton1,'enable','off');
댓글 수: 1
Christian Guitart
2016년 5월 12일
Hello,
Can you explain me how to do the same task but on programmatic GUI?
Thanks in advance,
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!