Linking buttons in a matlab gui
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Stephen23
am 9 Aug. 2025
"Is there any method programmatically?"
Set the other buttons' ENABLE property.
Antworten (1)
Siehe auch
Kategorien
Mehr zu Migrate GUIDE Apps finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!