2

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.

Kara
  • 6,115
  • 16
  • 50
  • 57
Nike
  • 1,223
  • 2
  • 19
  • 42

1 Answers1

2

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

craq
  • 1,441
  • 2
  • 20
  • 39