How to change the font size of figure name and uitable ColumnName/RowName?

7 ビュー (過去 30 日間)
Jiri Jablonsky
Jiri Jablonsky 2012 年 3 月 19 日
Hi, I wonder if it is possible to change the font size of figure name and uitable properties ColumnName and RowName. The property FontSize does change it only for other cells (see below):
t = uitable('Parent',f,'fontSize',19,'Data',dat,'ColumnName',cnames, ... 'RowName',rnames,'Position',[20 20 1050 100], 'FontSize',13);
I did not find the solution for the headlines. Could you help me, please? Thx.
  1 件のコメント
Liam Kelly
Liam Kelly 2012 年 6 月 6 日
I have the same problem. Haven't been able to solve it yet, but I'll post back if I figure it out

サインインしてコメントする。

回答 (1 件)

Nirmal
Nirmal 2012 年 6 月 6 日
Add the following html as your cell prefix.
'<html><font size=+1>'
Yes, its the html. Surprizing buts works well. You can also add some other attributes like colors and stuff if you want to.

カテゴリ

Help Center および File ExchangeMigrate GUIDE Apps についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by