Degrees Celsius = degrees Kelvin - 273.15.
Given a temperature in Kelvin, return the equivalent temperature in Celsius.
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers190
Suggested Problems
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
1994 Solvers
-
Back to basics 21 - Matrix replicating
1796 Solvers
-
1330 Solvers
-
07 - Common functions and indexing 1
454 Solvers
-
1713 Solvers
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
The problem should be called "Kelvin to Celsius" as you are outputting the temperature in Celsius
Good point. Fixed this.