greek symbols in matlab figures
22 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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
0 comentarios
Respuestas (1)
rifat
el 27 de Mayo de 2014
plot([1 2 3],[1 2 3]);
xlabel('\mu')
ylabel('\nu')
title('\sigma')
4 comentarios
Ver también
Categorías
Más información sobre Labels and Annotations en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!