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

Antworten (1)

rifat
rifat am 27 Mai 2014

2 Stimmen

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

4 Kommentare

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

Melden Sie sich an, um zu kommentieren.

Kategorien

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

Gefragt:

am 27 Mai 2014

Kommentiert:

am 28 Mai 2014

Community Treasure Hunt

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

Start Hunting!

Translated by