can a condition used for pushbuttons?

조회 수: 2 (최근 30일)
Steven Chong
Steven Chong 2015년 6월 9일
댓글: Steven Chong 2015년 6월 9일
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