필터 지우기
필터 지우기

uitable size in GUI

조회 수: 5 (최근 30일)
marwa marwan
marwa marwan 2017년 12월 19일
답변: Image Analyst 2017년 12월 19일
i have a gui that contain a pushbutton and table...when click the pushbutton a metrix is saved in the table..how to make the zise of the table same as the size of the metrix? with considering the size of the metrix is changing in every execution.

답변 (1개)

Image Analyst
Image Analyst 2017년 12월 19일
The table control does not "auto-size" to the data inside it. You have to set the size with the Position setting
handles.uitable1.Position = [x, y, width, height];

카테고리

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