Latex fonts in matlab

后端 未结 7 916
执念已碎
执念已碎 2020-12-24 08:19

Is it possible to convert the font of a matlab plot to be the same of latex fonts. For example I can modify the font of a plot by:

x = -pi:.1:pi;
y = sin(x);         


        
相关标签:
7条回答
  • 2020-12-24 09:08

    For true matching of fonts (including LaTeX-style kerning, ligatures etc.), the text in the Matlab figure needs to be typeset with LaTeX. The laprint script, which uses psfrag, is a straightforward way of doing this.

    0 讨论(0)
提交回复
热议问题