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

819 visualizaciones (últimos 30 días)
Wondering how would you insert a dot above a greek letter like gamma dot? Thanks

Respuesta aceptada

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

Iniciar sesión para comentar.

Más respuestas (2)

Elizabeth Case
Elizabeth Case el 22 de Dic. de 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 comentarios
Walter Roberson
Walter Roberson el 21 de Jul. de 2022
xlabel('$\dot{e1} \dot{e2}$', 'Interpreter','latex')

Iniciar sesión para comentar.


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

Iniciar sesión para comentar.

Categorías

Más información sobre Labels and Annotations en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by