Looking for TeX interpreter commands

조회 수: 3 (최근 30일)
JTR
JTR 2014년 5월 18일
답변: Matt J 2014년 5월 18일
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
dpb
dpb 2014년 5월 18일
As doc's say, the implemented TeX interpreter is a subset; don't think it has it implemented.
JTR
JTR 2014년 5월 18일
Ok, thanks.

댓글을 달려면 로그인하십시오.

답변 (1개)

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

카테고리

Help CenterFile Exchange에서 Operators and Elementary Operations에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by