Is it possible to use a diferent FontSize and FontWeight in gui uitable only in a specified column?

조회 수: 2 (최근 30일)
I want to use Fontsize 10 in all columns but in the last one I want to use Fontsize 13.
How do I do that?
Thanks!

답변 (1개)

Walter Roberson
Walter Roberson 2013년 3월 25일
There is no direct method provided in MATLAB. You might be able to hack something up using Java.
The closest method in MATLAB is to use character format for the column, and to enclose each cell in HTML that changes FONT SIZE
<FONT SIZE="+3">your original value</FONT>
You can get away without the closing FONT and HTML tags.

카테고리

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