change tickness and font in table

조회 수: 6 (최근 30일)
aldo
aldo 2023년 12월 1일
답변: Austin M. Weber 2024년 2월 8일
i use table in app designer:
2 question:
1) Is it possible to change the thickness of the vertical line?
2)It is possible to make the font used smaller in app.UITable.ColumName?
  댓글 수: 1
aldo
aldo 2023년 12월 2일
hi anyone help me? thank you

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

답변 (1개)

Austin M. Weber
Austin M. Weber 2024년 2월 8일
Hi @aldo,
1) Unfortunately, no, I don't think it's possible to change the width of the vertical lines in a table.
2) It is possible to make the table font smaller, but not for individual columns. You can only change the font size for every column. Doing this is pretty straightforward: in the callback function that adds data to the table you should include the following
sz = 8;
app.UIAxes.FontSize = sz;
You can set sz to any number you like.

카테고리

Help CenterFile Exchange에서 Grid Lines, Tick Values, and Labels에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by