Linking buttons in a matlab gui
4 views (last 30 days)
Show older comments
Now, I create a GUI without guide. I want to link buttons' behavior, for example, as I press a button, another button cannot be pressed, and vice versa. Anyone can provide an idea how to manage it? I know it is easy in guide. Is there any method programmatically?
2 Comments
Stephen23
on 9 Aug 2025
"Is there any method programmatically?"
Set the other buttons' ENABLE property.
Answers (1)
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!