How to display the celcius sumbol (°C) using fprint??
Show older comments
I am creating an output file using fprint and want to display the unit of temperature in Celcius. Anyone knows how to do this?
Accepted Answer
More Answers (1)
Ingrid
on 23 Jun 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 Comments
Walter Roberson
on 4 Dec 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.
Categories
Find more on Scripts in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!