Borrar filtros
Borrar filtros

Axes labels (with differential dot)

78 visualizaciones (últimos 30 días)
J
J el 1 de Nov. de 2012
Comentada: prajith samraj el 20 de Jul. de 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

Respuesta aceptada

Jonathan Epperl
Jonathan Epperl el 1 de Nov. de 2012
xlabel('$\dot{\phi}$','interpreter','latex')
  2 comentarios
J
J el 1 de Nov. de 2012
Many thanks.
saptarshi jana
saptarshi jana el 19 de Jun. de 2018
Many many thanks

Iniciar sesión para comentar.

Más respuestas (1)

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

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