Linking buttons in a matlab gui
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Stephen23
el 9 de Ag. de 2025
"Is there any method programmatically?"
Set the other buttons' ENABLE property.
Respuestas (1)
Ver también
Categorías
Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!