Effacer les filtres
Effacer les filtres

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

1 vue (au cours des 30 derniers jours)
Arjun Jaitli
Arjun Jaitli le 28 Jan 2014
Commenté : matlabuser12 le 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

Réponses (1)

per isakson
per isakson le 28 Jan 2014
Modifié(e) : per isakson le 28 Jan 2014
Yes! Start by reading About the Simple Programmatic GUI

Catégories

En savoir plus sur Environment and Settings dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by