Question: Using Matlab Problems I. The maximum daily temperature (inF) for Chicago and San Francisco during August are given in the vectors shown below: TCH [75
Problems I. The maximum daily temperature (inF) for Chicago and San Francisco during August are given in the vectors shown below: TCH [75 79 86 86 79 81 73 89 91 86 81 82 86 88 89 90 82 84 81 79 73 69 73 79 82 72 66 71 69 66 66]; TSF (69 68 70 73 72 71 69 76 85 87 74 84 76 68 79 75 68 68 73 72 79 68 68 69 71 70 89 95 90 66 69] Note: For the problems below, unless otherwise specified, do not use any builtin functions such as mean or sum. You may use the results from previous parts in later parts. (a) Use a while loop to calculate the average temperature in TCH. (b) Use a while loop to calculate the average temperature in TSF (c) Use a while loop with nested if else statements to calculate the number of days in TCH that are above the average TCH temperature. above the average TSF temperature. Use a column vector. temperature in TSF is lower than in TCH. Use a column vector. (d) Use a while loop with nested if else statements to calculate the dates in TSF that are (e) Use a while loop with, nested if else statements to calculate the dates in where the (f) Use a while loop with nested if else statements to calculate the dates where the temper- (g) Calculate the number of days in TCH that are above the average TCH temperature (h) Caleulate the dates of the month that TSF that are above the ave TSF, use a colu (i) Calculate the dates of the month where TSF is lower than TCH, using a column ature in TSF is the saine as in TCH. Do not use a loop and do not use if else statements. You may use sum. vector. Do not use a loop and do not use if else statements Do not use a loon. if else statements or anv built-in functions snch as fin mn vector
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
