Axes labels (with differential dot)
135 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
更多回答(1 个)
Yoshihiro Hashimoto
2019-12-2
excuse me is it working. I tried myself as well. But It seems like not working. I can't find the error.
2 个评论
Sebastian Pakula
2022-2-20
When you use latex interpreter you need use dobule "$".
xlabel('$$\dot{\phi}$$','interpreter','latex')
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Labels and Annotations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!