Can we do it with edit text with a condition of only using fixed word instead of pushbutton as alternative?
can a condition used for pushbuttons?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Steven Chong
le 9 Juin 2015
Commenté : Steven Chong
le 9 Juin 2015
Is it possible for me to allow several pushbutton to appear only after clicking a pushbutton in matlab gui?
2 commentaires
Walter Roberson
le 9 Juin 2015
You can make the edit text visible off when you turn the pushbutton on.
Réponse acceptée
Walter Roberson
le 9 Juin 2015
Modifié(e) : Walter Roberson
le 9 Juin 2015
Yes, set their 'visible' property to 'off' until you want them to appear and then set 'visible' 'on'
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Environment and Settings 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!