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?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Steven Chong
il 9 Giu 2015
Commentato: Steven Chong
il 9 Giu 2015
Is it possible for me to allow several pushbutton to appear only after clicking a pushbutton in matlab gui?
2 Commenti
Walter Roberson
il 9 Giu 2015
You can make the edit text visible off when you turn the pushbutton on.
Risposta accettata
Walter Roberson
il 9 Giu 2015
Modificato: Walter Roberson
il 9 Giu 2015
Yes, set their 'visible' property to 'off' until you want them to appear and then set 'visible' 'on'
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Environment and Settings in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!