can a condition used for pushbuttons?

1 vue (au cours des 30 derniers jours)
Steven Chong
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
Steven Chong
Steven Chong le 9 Juin 2015
Can we do it with edit text with a condition of only using fixed word instead of pushbutton as alternative?
Walter Roberson
Walter Roberson le 9 Juin 2015
You can make the edit text visible off when you turn the pushbutton on.

Connectez-vous pour commenter.

Réponse acceptée

Walter Roberson
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'
  1 commentaire
Steven Chong
Steven Chong le 9 Juin 2015
what the coding for the situation when i typed admin in the edit text and typed the login button will result in everything on the screen to appear while typing user in the edit text will exclude the modify button to appear.
May i know what should i typed in which line? Is there some code to include after setting their visible property?

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Environment and Settings dans Help Center et File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by