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
답변 (1개)
Matt J
2014년 5월 18일
Why not use the LaTeX interpreter instead? E.g.,
plot(1:5);
title('$$\hat{A}$$','interpreter','latex')
카테고리
도움말 센터 및 File Exchange에서 MATLAB Report Generator에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!