How can you create input boxes(edit field) dynamically with drop down .

3 Ansichten (letzte 30 Tage)
Onur Aktan
Onur Aktan am 21 Mai 2023
Beantwortet: Image Analyst am 21 Mai 2023
Hello people.
I have a very simple question for you that i coudn't figure it out how to solve. So basically i need to make a very simple gui with a drop down box. For every option of it, it has to create for me a different number of input boxes. For instance, when i choose 'Option 1' it creates 2 boxes on the app, when i choose 'Option 3' after it gives me 3 boxes etc. Then i will contiue on my calcuations on the values assigned to those boxes. Can you help me with this.

Antworten (1)

Image Analyst
Image Analyst am 21 Mai 2023
I suggest you create all the boxes you think youi'll need in advance and then just set the Visibility property for the ones you want to make visible when the user selects a certain drop down item.

Kategorien

Mehr zu Desktop finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by