how to include degree circle symbol in legend
115 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi all, is there any way to include the degree circle symbol in a legend. My attempt was
legendInfo{j}=['\theta=' num2str(Pitch_(1,j))^{\circ}];
Without including ^{\circ}, the legendInfo works fine.
Thanks, Aziz
0 Kommentare
Antworten (1)
Joseph Cheng
am 15 Jun. 2015
use the alt code (alt+248) which will give you ° when generating the legend.
figure,plot(randi(10,1,10))
legend('°C')
which you can enter as hold down the alt button then enter the number 2-4-8 then release the alt key.
Siehe auch
Kategorien
Mehr zu Legend finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!