Looking for TeX interpreter commands
Mostrar comentarios más antiguos
Hey!
I am looking for the TeX command which will give me a hat on the variable. I found the LaTeX command which is "\hat x" but I need the TeX one.
Any help is much appreciated.
-JAy
Respuestas (1)
Matt J
el 18 de Mayo de 2014
Why not use the LaTeX interpreter instead? E.g.,
plot(1:5);
title('$$\hat{A}$$','interpreter','latex')
Categorías
Más información sobre MATLAB Report Generator en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!