フィルターのクリア

Anyone knows the syntax to insert a dot above a greek letter in matlab?

404 ビュー (過去 30 日間)
aamir
aamir 2015 年 1 月 4 日
コメント済み: Walter Roberson 2022 年 7 月 21 日
Wondering how would you insert a dot above a greek letter like gamma dot? Thanks

採用された回答

Star Strider
Star Strider 2015 年 1 月 4 日
Using it in ylabel here, specify the 'latex' interpreter, with the appropriate LaTeX syntax:
ylabel('$\dot{\gamma}$', 'Interpreter','latex')
  7 件のコメント
Santiago Nuñez
Santiago Nuñez 2022 年 4 月 22 日
thaks bro i just looking for that
Star Strider
Star Strider 2022 年 4 月 22 日
@Santiago Nuñez — My pleasure!

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

その他の回答 (2 件)

Elizabeth Case
Elizabeth Case 2020 年 12 月 22 日
Anyone know how to do this, but keep the rest of the label text the standard matlab text? ...., 'Interpreter, 'latex' changes the font of the whole title/label.
  5 件のコメント
prajith samraj
prajith samraj 2022 年 7 月 21 日
how e1dot and e2dot in x axis?
Walter Roberson
Walter Roberson 2022 年 7 月 21 日
xlabel('$\dot{e1} \dot{e2}$', 'Interpreter','latex')

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


Santosh Tamang
Santosh Tamang 2018 年 3 月 7 日
right click on the text box in matlab plot select interpreter as latex $\dot{m}$
  7 件のコメント
Santosh Tamang
Santosh Tamang 2018 年 3 月 8 日
Thanks. You are right but for someone who wants the quick fix on their graph can use this.
Star Strider
Star Strider 2018 年 3 月 8 日
@Walter — Thank you!

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

カテゴリ

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