Linking buttons in a matlab gui
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Stephen23
le 9 Août 2025
"Is there any method programmatically?"
Set the other buttons' ENABLE property.
Réponses (1)
Voir également
Catégories
En savoir plus sur Migrate GUIDE Apps dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!