Azzera filtri
Azzera filtri

Axes labels (with differential dot)

78 visualizzazioni (ultimi 30 giorni)
J
J il 1 Nov 2012
Commentato: prajith samraj il 20 Lug 2022
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

Risposta accettata

Jonathan Epperl
Jonathan Epperl il 1 Nov 2012
xlabel('$\dot{\phi}$','interpreter','latex')

Più risposte (1)

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

Accedi per commentare.

Categorie

Scopri di più su Labels and Annotations in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by