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
-
5972 Solvers
-
Make a random, non-repeating vector.
11228 Solvers
-
11680 Solvers
-
531 Solvers
-
Find the index of the largest value in any vector X=[4,3,4,5,9,12,0,4.....5]
399 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.