Axes labels (with differential dot)

135 ビュー (過去 30 日間)
J
J 2012 年 11 月 1 日
コメント済み: prajith samraj 2022 年 7 月 20 日
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

採用された回答

Jonathan Epperl
Jonathan Epperl 2012 年 11 月 1 日
xlabel('$\dot{\phi}$','interpreter','latex')
  2 件のコメント
J
J 2012 年 11 月 1 日
Many thanks.
saptarshi jana
saptarshi jana 2018 年 6 月 19 日
Many many thanks

サインインしてコメントする。

その他の回答 (1 件)

Yoshihiro Hashimoto
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
Sebastian Pakula 2022 年 2 月 20 日
When you use latex interpreter you need use dobule "$".
xlabel('$$\dot{\phi}$$','interpreter','latex')
prajith samraj
prajith samraj 2022 年 7 月 20 日
e1dot and e2 dot in same axis, what can I do?

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeLabels and Annotations についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by