Greek letters on MATLAB Figures

Hi
I will appreciate if any body can tell me that how I can use GreeK letters like alpha, beta,... on a plotted figure in MATLAB?
I need them 'on the plot', not in title or axes for example to indicate the max point of a plotted signal
Thanks

 Accepted Answer

Arnaud Miege
Arnaud Miege on 26 May 2011

See Adding Text Annotations to Graphs in the MATLAB documentation.

HTH,

Arnaud

1 Comment

thank you very very much for your kindly answer ,it works :)

Sign in to comment.

More Answers (1)

Walter Roberson
Walter Roberson on 26 May 2011

alpha and beta are Greek, not Latin.

Please see this previous Question

2 Comments

thanks for your answer and correction
But I need them 'on the plot', not in title or axes
for example to indicate the max point of a plotted signal
Yes, so you text() instead of title()

Sign in to comment.

Categories

Tags

Community Treasure Hunt

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

Start Hunting!