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?
    3 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
    Steven Chong
 am 9 Jun. 2015
  
    
    
    
    
    Kommentiert: Steven Chong
 am 9 Jun. 2015
            Is it possible for me to allow several pushbutton to appear only after clicking a pushbutton in matlab gui?
2 Kommentare
  Walter Roberson
      
      
 am 9 Jun. 2015
				You can make the edit text visible off when you turn the pushbutton on.
Akzeptierte Antwort
  Walter Roberson
      
      
 am 9 Jun. 2015
        
      Bearbeitet: Walter Roberson
      
      
 am 9 Jun. 2015
  
      Yes, set their 'visible' property to 'off' until you want them to appear and then set 'visible' 'on'
1 Kommentar
Weitere Antworten (0)
Siehe auch
Kategorien
				Mehr zu Environment and Settings finden Sie in Help Center und File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

