How to disable a panel in GUIDE ?
Show older comments
i have a panel with a no. of push buttons and other test fields, and i want to disable them till a radio button is selected; So, how can disable an entire panel without going for each component and disable them separately ??
I am using Matlab 2011a.
1 Comment
Eric Sargent
on 9 Dec 2020
As of R2020b ButtonGroup and Panel both support Enable when the button group or panel is parented to a uifigure.
Accepted Answer
More Answers (1)
Eric Sargent
on 9 Dec 2020
0 votes
As of R2020b ButtonGroup and Panel both support Enable when the button group or panel is parented to a uifigure.
Categories
Find more on Update figure-Based Apps in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!