Filter löschen
Filter löschen

Can we creat editboxes in MATLAB GUI based on user input?

1 Ansicht (letzte 30 Tage)
Arjun Jaitli
Arjun Jaitli am 28 Jan. 2014
Kommentiert: matlabuser12 am 8 Mai 2014
I was wondering if there was a way to create additional edit boxes based on a user input. for example, I have a main GUI and it takes various inputs in edit boxes that I later use for mathematical calculations. Now, can the input to one of the edit boxes create additional edit boxes in the same gui? For example, if there is an editbox next to a static box that says "Number of Companies" and the user enters 5 in the edit box. Is there a way to read that and create 5 more edit boxes for the user to enter data for each company within the same GUI or I need to link this to a different GUI? Either way the number of edit boxes I want to create whether in the same GUI or different GUI have to based on the user input (in this case - 5). Is that possible? I hope my questions makes sense? I want my GUI to highly user-input dependent

Antworten (1)

per isakson
per isakson am 28 Jan. 2014
Bearbeitet: per isakson am 28 Jan. 2014
Yes! Start by reading About the Simple Programmatic GUI

Kategorien

Mehr zu Environment and Settings 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!

Translated by