how front size and width of the row can be changed in uitable?
조회 수: 1 (최근 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.
댓글 수: 0
채택된 답변
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 Center 및 File Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!