Insert Degree Symbol in Axes Title
Afficher commentaires plus anciens
Hello
Anyone know how to display the degree symbol ° in the title on a plot? Also want to know how to display it on the top of the figure.
set (Handle3, 'NumberTitle', 'Off', 'Name', 'Slice profile for a 20^{\circ} sinc pulse ');
axis auto;title('Slice profile for a 20^{\circ} sinc pulse ');
Thanks!
Réponse acceptée
Plus de réponses (3)
Engenuity
le 6 Nov 2016
19 votes
ALT + 248 does the trick using Windows OS
7 commentaires
William Jewell
le 2 Déc 2016
this is dope!!!!!!!!!
Benjamin Kubwimana
le 23 Avr 2020
This is just great! Lol
Prabhpreet Singh
le 28 Sep 2020
Man this one was awesome.
Daniel Lindstedt
le 27 Nov 2020
not sure if that is keyboard dependent, for me I use the ASCI code ALT + 0176 on numeric keyboard....
Kenneth George
le 8 Juil 2022
Not sure if this will help someone in the future, but I ran across this and realized that typing the numbers using the number row on my keyboard does not work, but typing the numbers using the numpad does work. Can't tell if this is keyboard dependent, but occurs with both my laptop and desktop. Disappointing for users that don't have a numpad.
Zayin Jarrez
le 4 Mar 2024
Modifié(e) : Zayin Jarrez
le 4 Mar 2024
Nice trick
carlo lefevre
le 3 Fév 2016
14 votes
°C
Honglei Chen
le 15 Mar 2012
By default, title('20^{\circ}') should work. If not, you can do
title('20^{\circ}','Interpreter','tex')
1 commentaire
Brian
le 21 Sep 2015
\circ is apparently not the same as a degree symbol. Journals sometimes object to the \circ characterization of the degree symbol.
Catégories
En savoir plus sur Annotations dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!