set(0,'DefaultTextInterpreter','Latex')
grid on
h_xlabel = get(gca,'XLabel');
set(h_xlabel,'FontName','Arial')
set(h_xlabel,'FontSize',18);
h_ylabel = get(gca,'YLabel');
set(h_ylabel,'FontName','Arial')
set(h_ylabel,'FontSize',18);
h_title = get(gca,'Title');
set(h_title,'FontName','Arial')
set(h_title,'FontSize',18);
set(gca,'FontName','Arial')
set(gca,'FontSize',18)
legend boxoff
save2pdf([year,nameloc])
1 Comment
Direct link to this comment
https://www.mathworks.com/matlabcentral/answers/213636-save-pdf-for-latex-problems-in-resolution#comment_281247
Direct link to this comment
https://www.mathworks.com/matlabcentral/answers/213636-save-pdf-for-latex-problems-in-resolution#comment_281247
Sign in to comment.