can a condition used for pushbuttons?

1 次查看(过去 30 天)
Is it possible for me to allow several pushbutton to appear only after clicking a pushbutton in matlab gui?
  2 个评论
Steven Chong
Steven Chong 2015-6-9
Can we do it with edit text with a condition of only using fixed word instead of pushbutton as alternative?
Walter Roberson
Walter Roberson 2015-6-9
You can make the edit text visible off when you turn the pushbutton on.

请先登录,再进行评论。

采纳的回答

Walter Roberson
Walter Roberson 2015-6-9
编辑:Walter Roberson 2015-6-9
Yes, set their 'visible' property to 'off' until you want them to appear and then set 'visible' 'on'
  1 个评论
Steven Chong
Steven Chong 2015-6-9
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?

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Environment and Settings 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by