no degree symbol

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 comentarios

Sean de Wolski
Sean de Wolski el 8 de Jun. de 2012
Have you changed your font preferences (outside of ML)?
Stephanie
Stephanie el 11 de Jun. de 2012
No, I haven't touched those.
Yash
Yash el 16 de Nov. de 2012
check prefrences

Iniciar sesión para comentar.

Respuestas (7)

Richard
Richard el 16 de Nov. de 2012

9 votos

I dont know if this will help but I use ^{o} so for temperature in degrees C I type xlabel('Temperature ^{o}C');

2 comentarios

Ana
Ana el 12 de Mzo. de 2014
This totally works for labeling axes. Thank you!
Oluwapelumi Ajayi
Oluwapelumi Ajayi el 15 de Abr. de 2021
Just what I needed!

Iniciar sesión para comentar.

Stephanie
Stephanie el 1 de Jun. de 2014

3 votos

Solved with: feature('DefaultCharacterSet', 'ISO-8859-1');
Thomas
Thomas el 11 de Jun. de 2012

1 voto

s = sprintf('45%c', char(176));
figure
hold on
title(s)

5 comentarios

Stephanie
Stephanie el 11 de Jun. de 2012
This will give me the title 45, no symbol at all.
Thomas
Thomas el 11 de Jun. de 2012
then you have changed the font settings.. char(176) is the degree symbol in MATLAB..
Thomas
Thomas el 11 de Jun. de 2012
What version of MATLAB are you using?
Stephanie
Stephanie el 13 de Jun. de 2012
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 el 13 de Jun. de 2012
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...

Iniciar sesión para comentar.

Wayne King
Wayne King el 8 de Jun. de 2012

0 votos

plot(randn(100,1));
title('360^\circ')

1 comentario

Stephanie
Stephanie el 11 de Jun. de 2012
I have tried this, it also gives the "black diamond".

Iniciar sesión para comentar.

Kimberly
Kimberly el 12 de Jun. de 2012

0 votos

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 comentario

Stephanie
Stephanie el 13 de Jun. de 2012
I found two more colleagues of mine having that problem, too. But no solution so far.

Iniciar sesión para comentar.

Andrew
Andrew el 12 de Sept. de 2012

0 votos

Export to eps even when Matlab "fig" shows the black diamond. The eps compiler interprets the TeX code correctly.

Etiquetas

Preguntada:

el 8 de Jun. de 2012

Respondida:

el 27 de Oct. de 2023

Community Treasure Hunt

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

Start Hunting!

Translated by