Radio button panel prblm
이전 댓글 표시
I have a radio button group. In that one button is automatically selected. I want nothing should be selected. How can i do that thanks
댓글 수: 3
Jan
2012년 11월 10일
Please post some relevant code. Did you create the group of radio buttons manually, did you use btngroup or are you working with GUIDE? We cannot and should not guess the details.
satendra kumar
2012년 11월 10일
Azzi Abdelmalek
2012년 11월 10일
Simon, just asked to give more precision, not all this
채택된 답변
추가 답변 (1개)
Azzi Abdelmalek
2012년 11월 10일
set(handles.radiobutton1,'value',0)
카테고리
도움말 센터 및 File Exchange에서 Graphics Object Properties에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!