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!