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 views (last 30 days)
  
       Show older comments
    
    Steven Chong
 on 9 Jun 2015
  
    
    
    
    
    Commented: Steven Chong
 on 9 Jun 2015
            Is it possible for me to allow several pushbutton to appear only after clicking a pushbutton in matlab gui?
2 Comments
  Walter Roberson
      
      
 on 9 Jun 2015
				You can make the edit text visible off when you turn the pushbutton on.
Accepted Answer
  Walter Roberson
      
      
 on 9 Jun 2015
        
      Edited: Walter Roberson
      
      
 on 9 Jun 2015
  
      Yes, set their 'visible' property to 'off' until you want them to appear and then set 'visible' 'on'
More Answers (0)
See Also
Categories
				Find more on Environment and Settings in Help Center and File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
