Put a "box" arround a set of checkboxes in Matlab GUI (no functional purpose, just to make things more visible)
2 views (last 30 days)
Show older comments
Hey guys,
as the title says, I want to group different checkboxes in an underlying "structure" for pure visibility reasons in my GUI. I thought about a table, but I couldnt find an example of how to include my checkbox code into one. Maybe you can help me with an example or so.
2 Comments
DGM
on 21 Dec 2021
One way might be to use a uipanel object as the parent for each group of controls.
Answers (0)
See Also
Categories
Find more on Migrate GUIDE 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!