quiz حل الأسئلة الجامعية manage_search الأرشيف

تم الحل ✓
categoryبرمجة وتطوير البرمجيات schoolبكالوريوس event_available2026-07-14

السؤال

Transcribed Image Text:

The wind chill temperature, Twe, is the air temperature felt on exposed skin due to wind. In U.S. customary units it is calculated by: Twe 35.74+0.62157-35.750.16 +0.42757 10.16 where 7 is the temperature in degrees F, and v is the wind speed in mi/h. Write a MATLAB program that displays the following chart of wind chill temperature for given air temperature and wind speed in a text file called 'temp.txt' Temperature (F) 40 30 20 10 0 -10 -20 -30 -40 Speed (mi/h) 10 34 21 9 -4 -16 -28 -41 -53 -66 20 30 17 4 -9 -22 -35 -48 -61 -74 30 28 15 1 -12 -26 -39 -53 -67 -80 40 27 13 -1 -15 -29 -43 -57 -71 -84 50 26 12 -3 -17 -31 -45 -60 -74 -88 60 25 10 -4 -19 -33 -48 -62 -76 -91 Use the type command to display the contents in temp.txt file.

check_circle الجواب — حل مفصل خطوة بخطوة

hourglass_top