greek symbols in matlab figures

I have to add some greek letters in MATLAB plots.. like nu and mu.. how can i add any greek symbol in the plot... either on axis or in the title or in the legend...
plz help

Answers (1)

plot([1 2 3],[1 2 3]);
xlabel('\mu')
ylabel('\nu')
title('\sigma')

4 Comments

This page gives a list of all letters.
when i am writing this command for x axis label then its giving me n in x axis
yes.. that is what it is supposed to do.. Could you please elaborate?
no i want the symbol for nu, omega etc in the x axis

Sign in to comment.

Categories

Asked:

on 27 May 2014

Commented:

on 28 May 2014

Community Treasure Hunt

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

Start Hunting!