Filter löschen
Filter löschen

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

89 Ansichten (letzte 30 Tage)
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

Akzeptierte Antwort

Star Strider
Star Strider am 28 Mär. 2019
a) frac{\lambda}{\delta}
b) \hat{\tau_0}
c) \frac{\hat{\tau_0}}{\delta}
Are these what you want?
  8 Kommentare
Souvick roy
Souvick roy am 4 Apr. 2019
still error showing
Index exceeds matrix dimensions.
Error in yieldpointvary (line 11)
ylabel('$$y_0/h$$', 'Interpreter', 'latex ')
Walter Roberson
Walter Roberson am 4 Apr. 2019
You forgot to "clear ylabel" after you accidentally used "ylabel=" before.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (1)

Walter Roberson
Walter Roberson am 28 Mär. 2019
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.

Kategorien

Mehr zu Labels and Annotations finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by