필터 지우기
필터 지우기

how front size and width of the row can be changed in uitable?

조회 수: 3 (최근 30일)
i am using uitable to show some matrix. i want to change the front size and the depth of the row . how this can be changed. please help. thank you in advance.

채택된 답변

Fangjun Jiang
Fangjun Jiang 2011년 7월 20일
h=uitable('data',magic(5));
get(h)
You can see a list of the properties, you probably can guess what it means. Then use set to change it.
set(h,'Fontsize',12)

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by