Axes labels (with differential dot)
135 views (last 30 days)
Show older comments
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
0 Comments
Accepted Answer
More Answers (1)
Yoshihiro Hashimoto
on 2 Dec 2019
excuse me is it working. I tried myself as well. But It seems like not working. I can't find the error.
2 Comments
Sebastian Pakula
on 20 Feb 2022
When you use latex interpreter you need use dobule "$".
xlabel('$$\dot{\phi}$$','interpreter','latex')
See Also
Categories
Find more on Labels and Annotations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!