How do you put tilde (~) over a greek letter beta (β) in a chart title?
Mostra commenti meno recenti
I'm trying to title my graph but when I use the following code, my resulting graph is titled \tilde{β} and doesn't represent the actual tilde
title('Scattering Phase Function, \tilde {\beta }')
xlabel('Angle')
ylabel('per sr')
legend('DI', 'Phyto', 'Lafayette', 'Elizabeth')
Risposte (1)
Walter Roberson
il 3 Ott 2023
title('$Scattering Phase Function, \tilde {\beta }$', 'interpreter', 'latex')
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!
