Showing posts with label default. Show all posts
Showing posts with label default. Show all posts

Thursday, 5 March 2015

How to change default settings for figures in Matlab?

1. Use the following commands


set(0,'DefaultTextFontsize',8, ...
'DefaultTextFontname','Times New Roman', ...
'DefaultTextFontWeight','bold', ...
'DefaultAxesFontsize',8, ...
'DefaultAxesFontname','Times New Roman', ...
'DefaultLineLineWidth', 2);