The NWS Wind Chill Temperature (WCT) index formula for calculating the dangers from winter winds and freezing temperatures:
- Calculates wind speed at an average height of 5 feet, the typical height of an adult human face, based on readings from the national standard height of 33 feet, which is the typical height of an anemometer
- Is based on a human face model
- Incorporates heat transfer theory based on heat loss from the body to its surroundings, during cold and breezy/windy days
- Lowers the calm wind threshold to 3 mph
- Uses a consistent standard for skin tissue resistance
- Assumes no impact from the sun, i.e., clear night sky
Where,
- WindChill = effective temperature (oF)
- T = Air Temperature (oF)
- V = Wind Speed (mph)
Write a script that calculates the wind chill factor for a given wind speed between 0 and 60 miles per hour and a given temperature between -45 and +45 degrees Farhenheight. The output values should be rounded to the nearest integer.

More Information:
Solution Stats
Problem Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers273
Suggested Problems
-
Determine whether a vector is monotonically increasing
23519 Solvers
-
972 Solvers
-
Longest run of consecutive numbers
6760 Solvers
-
Integer Sequence - II : New Fibonacci
700 Solvers
-
calculate the length of matrix
2637 Solvers
More from this Author10
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!