How do you put tilde (~) over a greek letter beta (β) in a chart title?
이전 댓글 표시
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')
답변 (1개)
Walter Roberson
2023년 10월 3일
title('$Scattering Phase Function, \tilde {\beta }$', 'interpreter', 'latex')
카테고리
도움말 센터 및 File Exchange에서 Labels and Annotations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
