Borrar filtros
Borrar filtros

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

1 visualización (últimos 30 días)
Arjun Jaitli
Arjun Jaitli el 28 de En. de 2014
Comentada: matlabuser12 el 8 de Mayo de 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

Respuestas (1)

per isakson
per isakson el 28 de En. de 2014
Editada: per isakson el 28 de En. de 2014
Yes! Start by reading About the Simple Programmatic GUI

Categorías

Más información sobre Environment and Settings en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by