How do I enable and disable sets of uicontrols at the same time?
    3 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
I am creating a list of that a user can edit. It consists of edit boxes, check boxes, and toggle buttons on the same line in the GUI.When the user starts the GUI, I only want the first set of the those boxes to show up, but when they click an add pushbutton, another row of those same set of boxes and buttons are enabled below it. Same scenario for the delete button, I want it to disable the group of info. Thank you for any help.
0 Kommentare
Antworten (1)
  Walter Roberson
      
      
 am 5 Apr. 2017
        You can pass a vector of handles to set() the Visible property of.
0 Kommentare
Siehe auch
Kategorien
				Mehr zu Migrate GUIDE Apps 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!

