Radio Button Group not working
이전 댓글 표시
Hello,
I am unsure why my radio buttons are not showing at all, can anyone direct me as to why? Thank you.
Code:
%Button group
tipinout_choice = uibuttongroup('HandleVisibility','on',...
'Title','Plot:',...
'Position',[50,316,151,101]);
tipin = uicontrol(tipinout_choice,'Style',...
'radiobutton',...
'String','Tip-in',...
'Position',[13,51,87,23],... %[13,51,87,23]
'HandleVisibility','on');
tipout = uicontrol(tipinout_choice,'Style',...
'radiobutton',...
'String','Tip-out',...
'Position',[13,12,87,23],...
'HandleVisibility','on');
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Update figure-Based Apps에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!