app designer dynamic button number

5 views (last 30 days)
Lior Magen
Lior Magen on 15 Dec 2021
Answered: cr on 15 Dec 2021
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?

Accepted Answer

cr
cr on 15 Dec 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.

More Answers (0)

Categories

Find more on Develop Apps Using App Designer 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!