Anyone knows the syntax to insert a dot above a greek letter in matlab?
489 ビュー (過去 30 日間)
古いコメントを表示
Wondering how would you insert a dot above a greek letter like gamma dot? Thanks
0 件のコメント
採用された回答
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 件のコメント
その他の回答 (2 件)
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.
Santosh Tamang
2018 年 3 月 7 日
right click on the text box in matlab plot select interpreter as latex $\dot{m}$
7 件のコメント
Santosh Tamang
2018 年 3 月 8 日
Thanks. You are right but for someone who wants the quick fix on their graph can use this.
参考
カテゴリ
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!