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

830 Ansichten (letzte 30 Tage)
Wondering how would you insert a dot above a greek letter like gamma dot? Thanks

Akzeptierte Antwort

Star Strider
Star Strider am 4 Jan. 2015
Using it in ylabel here, specify the 'latex' interpreter, with the appropriate LaTeX syntax:
ylabel('$\dot{\gamma}$', 'Interpreter','latex')
  7 Kommentare

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (2)

Elizabeth Case
Elizabeth Case am 22 Dez. 2020
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 Kommentare

Melden Sie sich an, um zu kommentieren.


Santosh Tamang
Santosh Tamang am 7 Mär. 2018
right click on the text box in matlab plot select interpreter as latex $\dot{m}$
  7 Kommentare
Santosh Tamang
Santosh Tamang am 8 Mär. 2018
Thanks. You are right but for someone who wants the quick fix on their graph can use this.

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Labels and Annotations finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by