Generate edit text boxes by providing their numbers in GUI

조회 수: 1 (최근 30일)
Ahmed Anas
Ahmed Anas 2019년 8월 2일
댓글: Rik 2020년 1월 31일
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
Rik
Rik 2020년 1월 31일
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.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by