필터 지우기
필터 지우기

Axes labels (with differential dot)

조회 수: 78 (최근 30일)
J
J 2012년 11월 1일
댓글: prajith samraj 2022년 7월 20일
Hi,
I'm trying to get a greek symbol in my axes label.
I know that you can do '\phi' to get this but I need to get a dot above the symbol so that it is the differential of it.
What is the command for this?
Thanks,
J

채택된 답변

Jonathan Epperl
Jonathan Epperl 2012년 11월 1일
xlabel('$\dot{\phi}$','interpreter','latex')
  댓글 수: 2
J
J 2012년 11월 1일
Many thanks.
saptarshi jana
saptarshi jana 2018년 6월 19일
Many many thanks

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

추가 답변 (1개)

Yoshihiro Hashimoto
Yoshihiro Hashimoto 2019년 12월 2일
excuse me is it working. I tried myself as well. But It seems like not working. I can't find the error.
  댓글 수: 2
Sebastian Pakula
Sebastian Pakula 2022년 2월 20일
When you use latex interpreter you need use dobule "$".
xlabel('$$\dot{\phi}$$','interpreter','latex')
prajith samraj
prajith samraj 2022년 7월 20일
e1dot and e2 dot in same axis, what can I do?

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

카테고리

Help CenterFile Exchange에서 Labels and Annotations에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by