appdesigner button group problem
Ältere Kommentare anzeigen
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 Kommentar
Eric Sargent
am 9 Dez. 2020
As of R2020b ButtonGroup and Panel both support Enable when the button group or panel is parented to a uifigure.
Akzeptierte Antwort
Weitere Antworten (1)
Eric Sargent
am 9 Dez. 2020
0 Stimmen
As of R2020b ButtonGroup and Panel both support Enable when the button group or panel is parented to a uifigure.
Kategorien
Mehr zu App Building finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!