Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

MATLAB: Write a GUI function that will display sliders for the temperature and w

ID: 3835002 • Letter: M

Question

MATLAB: Write a GUI function that will display sliders for the temperature and wind speed. The GUI will calculate the WFC for the given values, and display the results in a text box. It is recommended you choose minimum and maximum values for the sliders.

1. GUI #1: The wind chill factor (WCF) measures how cold it feels with a given temperature T (in OF) and wind speed (V, in mph). The formula is approximately 35.7 0.6T -35.7 V 0.43 (vo 16 (1) WCF Write a GUI function that will display sliders for the temperature and wind speed. The GUI will calculate the WFC for the given values, and display the result in a text box. It is recommended that you choose minimum and maximum values for the two sliders

Explanation / Answer

wcf.m

============================================================================

tabulate.m

=============================================================================