Problem 44264. Calculate feeling temperature before climbing a mountain
I sometimes climb a mountain. As is well known, when the altitude becomes 100 (m) higher, the temperature lowers by 0.6 degrees Celsius. In addition there is wind. At wind velocity 1(m/s), the feeling temperature falls 1 degree Celsius.
e.g.
- temperature of the level ground(gT) : 25 degrees Celsius
- wind velocity(v) : 10 m/s
- at altitude(h) : 3000 m
In this case, feeling temperature(fT) is calculated as -3 degrees Celsius.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers58
Suggested Problems
-
9735 Solvers
-
Area of an equilateral triangle
6191 Solvers
-
5343 Solvers
-
Back to Basics - Find no. of elements in a matrix?
304 Solvers
-
Write a code that will follow the equation y = x * (x + x) * x.
331 Solvers
More from this Author7
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!