Effacer les filtres
Effacer les filtres

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

404 vues (au cours des 30 derniers jours)
aamir
aamir le 4 Jan 2015
Commenté : Walter Roberson le 21 Juil 2022
Wondering how would you insert a dot above a greek letter like gamma dot? Thanks

Réponse acceptée

Star Strider
Star Strider le 4 Jan 2015
Using it in ylabel here, specify the 'latex' interpreter, with the appropriate LaTeX syntax:
ylabel('$\dot{\gamma}$', 'Interpreter','latex')
  7 commentaires
Santiago Nuñez
Santiago Nuñez le 22 Avr 2022
thaks bro i just looking for that

Connectez-vous pour commenter.

Plus de réponses (2)

Elizabeth Case
Elizabeth Case le 22 Déc 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 commentaires
prajith samraj
prajith samraj le 21 Juil 2022
how e1dot and e2dot in x axis?
Walter Roberson
Walter Roberson le 21 Juil 2022
xlabel('$\dot{e1} \dot{e2}$', 'Interpreter','latex')

Connectez-vous pour commenter.


Santosh Tamang
Santosh Tamang le 7 Mar 2018
right click on the text box in matlab plot select interpreter as latex $\dot{m}$
  7 commentaires
Santosh Tamang
Santosh Tamang le 8 Mar 2018
Thanks. You are right but for someone who wants the quick fix on their graph can use this.
Star Strider
Star Strider le 8 Mar 2018
@Walter — Thank you!

Connectez-vous pour commenter.

Catégories

En savoir plus sur Labels and Annotations dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by