How can I insert tilde(~) and hat(^) symbols above the characters in
Matlab figures? In Latex it is done like this
\hat{\psi} , but it doesn't work.
Francisco
it seems that you intend to include the graphics in a LaTeX document.
There is the tool LaPrint, available from the Matlab File
Exchange at
<http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=4638>
LaPrint is a MATLAB function to print MATLAB graphics for inclusion
in LaTeX documents. LaPrint creates an eps-file and a tex-file. The
tex-file contains the annotation of the figure such as titles, labels
and texts. The eps-file contains the non-text part of the figure and
is called by the tex-file.
The main advantage of using LaPrint is that the annotation can be
neatly (e.g., including math mode and fancy font constructs) set
within LaTeX. LaPrint can be used from the command line or via a
graphical user interface (GUI).
Hope this helps,
Arno
$\tilde{\lambda}$
and choose interpreter as Latex. That's it.
Alireza
Iran