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

3 ビュー (過去 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 日
編集済み: 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 Center および File ExchangeGraphics Object Identification についてさらに検索

製品


リリース

R2014b

Community Treasure Hunt

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

Start Hunting!

Translated by