no degree symbol

129 次查看(过去 30 天)
Stephanie
Stephanie 2012-6-8
回答: Finlay 2023-10-27
Hi, somehow I cannot display any degree symbols in Matlab. When i put text in a figure title or also the lat/lon labels on maps only show something like a black diamondshaped symbol instead of the º. My colleague, who has the same problem. We use Matlab Version R2012a on Mac OS X Lion.
Thank you in advance!
  3 个评论
Stephanie
Stephanie 2012-6-11
No, I haven't touched those.
Yash
Yash 2012-11-16
check prefrences

请先登录,再进行评论。

回答(7 个)

Richard
Richard 2012-11-16
I dont know if this will help but I use ^{o} so for temperature in degrees C I type xlabel('Temperature ^{o}C');
  2 个评论
Ana
Ana 2014-3-12
This totally works for labeling axes. Thank you!
Oluwapelumi Ajayi
Oluwapelumi Ajayi 2021-4-15
Just what I needed!

请先登录,再进行评论。


Stephanie
Stephanie 2014-6-1
Solved with: feature('DefaultCharacterSet', 'ISO-8859-1');

Thomas
Thomas 2012-6-11
s = sprintf('45%c', char(176));
figure
hold on
title(s)
  5 个评论
Stephanie
Stephanie 2012-6-13
I am using R2012a. I have not actively changed anything after installing Matlab, maybe it had the wrong default settings. Can you tell my how to change these font settings?
Stephanie
Stephanie 2012-6-13
I tried to check different char(nr) and found that they actually are correct. char(176) will give me the degree symbol in the workspace, but it cannot be displayed in the command window or in figures...

请先登录,再进行评论。


Wayne King
Wayne King 2012-6-8
plot(randn(100,1));
title('360^\circ')
  1 个评论
Stephanie
Stephanie 2012-6-11
I have tried this, it also gives the "black diamond".

请先登录,再进行评论。


Kimberly
Kimberly 2012-6-12
I have the same problem you are describing, and I am also running Matlab version R2012a on a Mac only I am still using OS X Snow Leopard. I have tried all of the above as well as '^{o}' and have had no luck with any of them.
  1 个评论
Stephanie
Stephanie 2012-6-13
I found two more colleagues of mine having that problem, too. But no solution so far.

请先登录,再进行评论。


Andrew
Andrew 2012-9-12
Export to eps even when Matlab "fig" shows the black diamond. The eps compiler interprets the TeX code correctly.

Finlay
Finlay 2023-10-27
Sin(30°)

类别

Help CenterFile Exchange 中查找有关 Interactive Control and Callbacks 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by