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

2 次查看(过去 30 天)

采纳的回答

MathWorks Support Team
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 CenterFile Exchange 中查找有关 Axis Labels 的更多信息

标签

尚未输入任何标签。

产品


版本

R2008b

Community Treasure Hunt

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

Start Hunting!

Translated by