Place editable table in GUI when pushbutton is pressed

Is it possible to place an editable table in GUI when I press the pushbutton as shown on the attached image? The new editable table will place on the red mark on the image.

댓글 수: 4

Yes.
doc uitable
allows you to place one programmatically.
(And you can set the 'Visible' property in a callback)
okay, thanks
Kim
As mentioned in the comments you can indeed use the uitable to programmatically add tables. You need to create and configure properties of the uitable inside your add_another_table pushbutton callback. Also to place the tables inside the red box areas you need to be able to configure table position property effectively. You may want to check out this Matlab gui basic automation course

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

답변 (0개)

카테고리

도움말 센터File Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기

질문:

2017년 11월 17일

댓글:

2017년 11월 21일

Community Treasure Hunt

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

Start Hunting!

Translated by