Generate edit text boxes by providing their numbers in GUI

1 Ansicht (letzte 30 Tage)
Ahmed Anas
Ahmed Anas am 2 Aug. 2019
Kommentiert: Rik am 31 Jan. 2020
I want to generate n number of edit text boxes by providing n as input in GUI. Is it possible?
For example,
User first provide value of n. Let it be 5
Then 5 edit boxes will be generated and then user provide values in them.
  1 Kommentar
Rik
Rik am 31 Jan. 2020
This is fairly easy with a programmatic GUI, as you can create the uicontrol objects in a loop and determine the Position based on the number of inputs.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Migrate GUIDE Apps 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