Font type from Matlab to LateX

1 次查看(过去 30 天)
André
André 2016-6-30
编辑: André 2016-6-30
I want to export a plot/graph from Matlab to Latex. For various reasons, I want the font type 'Arial' in my graph. I got the following:
As you can see, the font type is different. Everything should be in Arial and I used the following:
set(gca,'FontName','Arial');
fontname = 'Arial';
set(0,'defaultaxesfontname',fontname);
set(0,'defaulttextfontname',fontname);
What is wrong? Or do I have to amend it when I export the plot?

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 2-D and 3-D Plots 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by