app designer dynamic button number
    3 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
I am using app designer, I want to create an app such as the picture.

I want for every Drops Concentration case different numbers of Drops buttons (Drop 1, Drop 2....). And for every Drop button different numbers of Check boxes. 
Is it possible while using app designer?
0 Kommentare
Akzeptierte Antwort
  cr
      
 am 15 Dez. 2021
        Yes, in at least a couple of ways. First is to use the uicontrol() in the selectionchanged callback of DropConcentration to create just as many checkboxes as needed. Second, if the number of checkboxes for each case is pre-known, just popuplate max number of checkboxes and hide some in cases where a fewer are needed.
Regards.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
				Mehr zu Develop Apps Using App Designer 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!

