appdesigner button group problem
이전 댓글 표시
I have a radio button and I want to set its 'Enable' property as 'off' in a specified situation, but Matlab report error as:
No appropriate method, property, or field 'Enable' for class 'matlab.ui.container.ButtonGroup'.
this feature should be available in others such as drop down list, etc.
is there any mistake with my operation?
Bests,
Yu
댓글 수: 1
Eric Sargent
2020년 12월 9일
As of R2020b ButtonGroup and Panel both support Enable when the button group or panel is parented to a uifigure.
채택된 답변
추가 답변 (1개)
Eric Sargent
2020년 12월 9일
0 개 추천
As of R2020b ButtonGroup and Panel both support Enable when the button group or panel is parented to a uifigure.
카테고리
도움말 센터 및 File Exchange에서 App Building에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!