How to display the celcius sumbol (°C) using fprint??
Afficher commentaires plus anciens
I am creating an output file using fprint and want to display the unit of temperature in Celcius. Anyone knows how to do this?
Réponse acceptée
Plus de réponses (1)
Ingrid
le 23 Juin 2015
first search the previous answers and you will find what you are looking for: http://www.mathworks.com/matlabcentral/answers/32376-degree-symbol
I prefer to use:
^{\circ}
2 commentaires
Walter Roberson
le 4 Déc 2019
\circ is also a work-around. I am told that publications do not like \circ as it is not considered a correct degree symbol. I seem to recall it is not raised at the correct height for a proper degree symbol.
Catégories
En savoir plus sur Scripts dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!