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
-
Find the sum of all the numbers of the input vector
54708 Solvers
-
How to find the position of an element in a vector without using the find function
2817 Solvers
-
Solve the set of simultaneous linear equations
504 Solvers
-
Generate a random matrix A of (1,-1)
430 Solvers
-
Who is the smartest MATLAB programmer?
792 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.