Insert Degree Symbol in Axes Title
Show older comments
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!
Accepted Answer
More Answers (3)
Engenuity
on 6 Nov 2016
19 votes
ALT + 248 does the trick using Windows OS
7 Comments
William Jewell
on 2 Dec 2016
this is dope!!!!!!!!!
Benjamin Kubwimana
on 23 Apr 2020
This is just great! Lol
Prabhpreet Singh
on 28 Sep 2020
Man this one was awesome.
Daniel Lindstedt
on 27 Nov 2020
not sure if that is keyboard dependent, for me I use the ASCI code ALT + 0176 on numeric keyboard....
Kenneth George
on 8 Jul 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
on 4 Mar 2024
Edited: Zayin Jarrez
on 4 Mar 2024
Nice trick
carlo lefevre
on 3 Feb 2016
14 votes
°C
Honglei Chen
on 15 Mar 2012
By default, title('20^{\circ}') should work. If not, you can do
title('20^{\circ}','Interpreter','tex')
1 Comment
Brian
on 21 Sep 2015
\circ is apparently not the same as a degree symbol. Journals sometimes object to the \circ characterization of the degree symbol.
Categories
Find more on Annotations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!