How to change the default settings for anti-aliasing in MATLAB R2014b?

4 次查看(过去 30 天)
How can I change the default setting and also make sure that the axes labels and  plots are excluded from the anti aliasing in MATLAB R2014b?

采纳的回答

MathWorks Support Team
编辑:MathWorks Support Team 2021-2-25
You can change the default anti-aliasing settings by using the following commands:
>>set(groot,'defaultaxesfontsmoothing','off')
>>set(groot,'defaultfiguregraphicssmoothing','off')
For more information on changing default properties, you can refer to the following link:https://www.mathworks.com/help/matlab/creating_plots/default-property-values.html
For making these changes permanent, you can include the above commands in "startup.m" file.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Graphics Object Identification 的更多信息

产品


版本

R2014b

Community Treasure Hunt

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

Start Hunting!

Translated by