I have been trying to find correct syntax to put a tilde, hat, bar or
dot over something in axes titles using Tex only. I tried /hat, \hat,
$hat, {\hat} etc. but nothing seems to work. From some previous posts
I found, one needs an additional Styled Text toolbox for all these
symbols.
However, is there a way to put these symbols without using Latex (and
only Tex) or any additional toolbox?
Sincerely,
Sunny.
No, you can't do it without the Styled Text Toolbox (or its equivalent).
I could update the toolbox for the current version of MATLAB, but I am
unmotivated to do so due to the existence of the superior latex
functionality that MATLAB now has.
You have probably figured out that to get a hat over an 'a', for
example, you can use
title('$\hat{a}$','Interpreter','latex')
I'm curious as to why you don't want to use the latex interpreter. Is
there something that you have been unable to produce or do you just not
like the look of the fonts?
--
Doug Schwarz
dmschwarz&ieee,org
Make obvious changes to get real email address.