Looking for TeX interpreter commands

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

2 Kommentare

dpb
dpb am 18 Mai 2014
As doc's say, the implemented TeX interpreter is a subset; don't think it has it implemented.
JTR
JTR am 18 Mai 2014
Ok, thanks.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Matt J
Matt J am 18 Mai 2014

1 Stimme

Why not use the LaTeX interpreter instead? E.g.,
plot(1:5);
title('$$\hat{A}$$','interpreter','latex')

Kategorien

Mehr zu MATLAB Report Generator finden Sie in Hilfe-Center und File Exchange

Tags

Gefragt:

JTR
am 18 Mai 2014

Beantwortet:

am 18 Mai 2014

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by