How can I use greek symbols in plot labels?
Mostra commenti meno recenti
Hi,
I have a plot x axis of which is formed of an array like [ 20 25 30...]
But I want x-axis to appear like lambda/20 lambda/25 etc.
Could you please help me?
2 Commenti
Getahun
il 3 Gen 2025
I am using matlab 2013. I want to list greek letters on y axis of the Bargraph in simulating Sensitivity Analysis of basic parameters in modeling. would you help me please?
Walter Roberson
il 3 Gen 2025
I think you should be should be able to use ylabel or text specifying 'Interpreter', 'tex' and using TeX coding as described https://www.mathworks.com/help/matlab/creating_plots/greek-letters-and-special-characters-in-graph-text.html#bux4rpf
Risposta accettata
Più risposte (2)
Sehrish Bibi
il 21 Nov 2021
1 voto
How to write beta symbol in matlab for labeling graphs
1 Commento
xlabel('$\beta$', 'interpreter', 'latex')
ylabel('\beta', 'interpreter', 'tex')
Camilo Malagon Nieto
il 23 Mag 2019
0 voti
A good info of how to deal with the greek characters syntaxis can can be found at.
Categorie
Scopri di più su Labels and Annotations in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
