Problem 2997. Kelvin to Celsius
Degrees Celsius = degrees Kelvin - 273.15.
Given a temperature in Kelvin, return the equivalent temperature in Celsius.
Solution Stats
Problem Comments
- 
		2 Comments
		Daniel Pereira
    	on 20 Apr 2017
	
	
  	The problem should be called "Kelvin to Celsius" as you are outputting the temperature in Celsius
		Ned Gulley
    	on 26 Apr 2017
	
	
  	Good point. Fixed this.
Solution Comments
Show commentsProblem Recent Solvers185
Suggested Problems
- 
         
         6374 Solvers 
- 
         Back to basics 9 - Indexed References 451 Solvers 
- 
         Generate a vector like 1,2,2,3,3,3,4,4,4,4 12968 Solvers 
- 
         Back to basics - mean of corner elements of a matrix 443 Solvers 
- 
         
         345 Solvers 
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!