MATLAB: checkmark in MATLAB figure with LaTeX interpreter

In my figure I have a text annotation using the LaTeX interpreter, and it doesn't recognize checkmark because MATLAB doesn't have the amsmath package.

Are there any ideas for a workaround? Perhaps I can have part of the text box interpreted with LaTeX, and part of it without? In that case I could use this solution.


it's not pretty, but might be good enough:

xlabel('$surd$','interpreter','latex')

or look here for other things that look like a tick http://detexify.kirelabs.org

链接地址: http://www.djcxy.com/p/33418.html

上一篇: 如何防止MATLAB打印虚假空间和使用错误的字体?

下一篇: MATLAB:用LaTeX解释器在MATLAB图中勾选