Printing special characters in an axis label

4 visualizaciones (últimos 30 días)
L'O.G.
L'O.G. el 6 de Dic. de 2022
Respondida: Walter Roberson el 6 de Dic. de 2022
How do you print special character(s) using sprintf? I want to use this or similar to add special characters to an axis label as in the following:
Here the degree sign doesn't print:
ylabel(sprintf('T at %.0f \circF',Temp))

Respuesta aceptada

Walter Roberson
Walter Roberson el 6 de Dic. de 2022
Temp = -19.6
Temp = -19.6000
ylabel(sprintf('T at %.0f \\circF',Temp), 'Interpreter', 'tex')

Más respuestas (0)

Categorías

Más información sobre Labels and Annotations en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by