How do I set the default font size for just the text in Figures in MATLAB 7.7 (R2008b)?

2 ビュー (過去 30 日間)
I would like to change the default font size of the axes labels for my plot.

採用された回答

MathWorks Support Team
MathWorks Support Team 2009 年 6 月 27 日
To change the default font size of the axes labels, such as title, xlabel, ylabel, and tick labels, use the following example code which sets the defaultAxesFontSize to be size 20 font:
set(0,'defaultAxesFontSize',20)

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeAxis Labels についてさらに検索

タグ

タグが未入力です。

製品


リリース

R2008b

Community Treasure Hunt

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

Start Hunting!

Translated by