The wind chill factor (WCF) measures how cold it feels with a given air temperature T (in degrees Fahrenheit) and wind speed V (in miles per hour). One formula for WCF is: WCF = 35.7+0.6T−35.7(10.16) +0.437(10.16) a) Write a local function to receive the temperature and wind speed as input arguments, and return the WCF. b) Then in your m-file, write the scripts that print a list showing wind chill factors for temperatures ranging from -20 to 55 in steps of 5, and wind speeds ranging from 0 to 75 in steps of 5. In your file, you should call the function you defined in a) to calculate each WCF. For example, the first few lines of the output are shown below: The WCF for a temperature of -20F and a speed of 0 miles per hour is: 23.700000 The WCF for a temperature of -15F and a speed of 5 miles per hour is: -27.829659 The WCF for a temperature of -10F and a speed of 10 miles per hour is: -28.117591 The WCF for a temperature of -5F and a speed of 15 miles per hour is: -25.676827

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter6: Modularity Using Functions
Section: Chapter Questions
Problem 3PP
icon
Related questions
Question
100%

Matlab Question

The wind chill factor (WCF) measures how cold it feels with a given air temperature T (in degrees
Fahrenheit) and wind speed V (in miles per hour). One formula for WCF is:
WCF = 35.7+0.6T-35.7(10.16)+0.437(10.16)
a) Write a local function to receive the temperature and wind speed as input arguments, and return the
WCF.
b) Then in your m-file, write the scripts that print a list showing wind chill factors for temperatures
ranging from -20 to 55 in steps of 5, and wind speeds ranging from 0 to 75 in steps of 5. In your file,
you should call the function you defined in a) to calculate each WCF. For example, the first few lines
of the output are shown below:
The WCF for a temperature of -20F and a speed of 0 miles per hour is: 23.700000
The WCF for a temperature of -15F and a speed of 5 miles per hour is: -27.829659
The WCF for a temperature of -10F and a speed of 10 miles per hour is: -28.117591
The WCF for a temperature of -5F and a speed of 15 miles per hour is: -25.676827
Transcribed Image Text:The wind chill factor (WCF) measures how cold it feels with a given air temperature T (in degrees Fahrenheit) and wind speed V (in miles per hour). One formula for WCF is: WCF = 35.7+0.6T-35.7(10.16)+0.437(10.16) a) Write a local function to receive the temperature and wind speed as input arguments, and return the WCF. b) Then in your m-file, write the scripts that print a list showing wind chill factors for temperatures ranging from -20 to 55 in steps of 5, and wind speeds ranging from 0 to 75 in steps of 5. In your file, you should call the function you defined in a) to calculate each WCF. For example, the first few lines of the output are shown below: The WCF for a temperature of -20F and a speed of 0 miles per hour is: 23.700000 The WCF for a temperature of -15F and a speed of 5 miles per hour is: -27.829659 The WCF for a temperature of -10F and a speed of 10 miles per hour is: -28.117591 The WCF for a temperature of -5F and a speed of 15 miles per hour is: -25.676827
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Returning value from Function
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning