From: David Kincaid on
How do I use a LaTeX \hat and \tilde in a plot label?
For example, something like this:

gtext(texlabel('hat{L}: x+y=1, tilde{L}: x-y=1'))
From: Doug Schwarz on
David Kincaid wrote:
> How do I use a LaTeX \hat and \tilde in a plot label?
> For example, something like this:
>
> gtext(texlabel('hat{L}: x+y=1, tilde{L}: x-y=1'))

gtext('$\hat{L}: x+y=1, \tilde{L}: x-y=1$','Interpreter','latex')

--
Doug Schwarz
dmschwarz&ieee,org
Make obvious changes to get real email address.