フィルターのクリア

HOW TO USE GREEK LETTER FOR WRITING (LAMBDA /DELTA ) RATIO AND OTHERS

115 ビュー (過去 30 日間)
Souvick roy
Souvick roy 2019 年 3 月 28 日
コメント済み: Walter Roberson 2019 年 4 月 4 日
Respected sir,
Please help me in the following things
a) how i will write (lambda/delta) in y axis and graph legend part in greek lettter
b) how i will write tau_0 hat in y axis ,legend part using greek letter
c)how i will write (tau_0 hat/delta) y axis and graph legend part in greek lettter

採用された回答

Star Strider
Star Strider 2019 年 3 月 28 日
a) frac{\lambda}{\delta}
b) \hat{\tau_0}
c) \frac{\hat{\tau_0}}{\delta}
Are these what you want?
  8 件のコメント
Souvick roy
Souvick roy 2019 年 4 月 4 日
still error showing
Index exceeds matrix dimensions.
Error in yieldpointvary (line 11)
ylabel('$$y_0/h$$', 'Interpreter', 'latex ')
Walter Roberson
Walter Roberson 2019 年 4 月 4 日
You forgot to "clear ylabel" after you accidentally used "ylabel=" before.

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

その他の回答 (1 件)

Walter Roberson
Walter Roberson 2019 年 3 月 28 日
With respect to legends: it is not possible to directly specify the Interpreter property when you call legend(). However, you can assign the result of calling legend() to a variable, and then set the Interpreter property of that handle.

カテゴリ

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