フィルターのクリア

How do you put tilde (~) over a greek letter beta (β) in a chart title?

16 ビュー (過去 30 日間)
Maria
Maria 2023 年 10 月 3 日
コメント済み: Walter Roberson 2023 年 10 月 5 日
I'm trying to title my graph but when I use the following code, my resulting graph is titled \tilde{β} and doesn't represent the actual tilde
title('Scattering Phase Function, \tilde {\beta }')
xlabel('Angle')
ylabel('per sr')
legend('DI', 'Phyto', 'Lafayette', 'Elizabeth')

回答 (1 件)

Walter Roberson
Walter Roberson 2023 年 10 月 3 日
title('$Scattering Phase Function, \tilde {\beta }$', 'interpreter', 'latex')
  4 件のコメント
Maria
Maria 2023 年 10 月 5 日
Ok so it does print it out correctly, but I need the tilde over the beta (θ) (at least over just the beta)
Walter Roberson
Walter Roberson 2023 年 10 月 5 日
How about
title('$Scattering\,Phase\,Function, \widetilde {\beta }$', 'interpreter', 'latex')

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

カテゴリ

Help Center および File Exchange2-D and 3-D Plots についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by