no degree symbol

조회 수: 200 (최근 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에서 Startup and Shutdown에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by