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
-
Make the vector [1 2 3 4 5 6 7 8 9 10]
52784 Solvers
-
4562 Solvers
-
Project Euler: Problem 7, Nth prime
1751 Solvers
-
Matlab Basics II - Extract last 3 elements of a vector
262 Solvers
-
3407 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.