필터 지우기
필터 지우기

Anyone knows the syntax to insert a dot above a greek letter in matlab?

조회 수: 404 (최근 30일)
Wondering how would you insert a dot above a greek letter like gamma dot? Thanks

채택된 답변

Star Strider
Star Strider 2015년 1월 4일
Using it in ylabel here, specify the 'latex' interpreter, with the appropriate LaTeX syntax:
ylabel('$\dot{\gamma}$', 'Interpreter','latex')
  댓글 수: 7
Santiago Nuñez
Santiago Nuñez 2022년 4월 22일
thaks bro i just looking for that

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

추가 답변 (2개)

Elizabeth Case
Elizabeth Case 2020년 12월 22일
Anyone know how to do this, but keep the rest of the label text the standard matlab text? ...., 'Interpreter, 'latex' changes the font of the whole title/label.
  댓글 수: 5
Walter Roberson
Walter Roberson 2022년 7월 21일
xlabel('$\dot{e1} \dot{e2}$', 'Interpreter','latex')

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


Santosh Tamang
Santosh Tamang 2018년 3월 7일
right click on the text box in matlab plot select interpreter as latex $\dot{m}$
  댓글 수: 7
Santosh Tamang
Santosh Tamang 2018년 3월 8일
Thanks. You are right but for someone who wants the quick fix on their graph can use this.

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

카테고리

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