Question: in mat lab code: Determine the number of temperature points were taken from each sensor ( each sensor takes the temperature at the same time

in mat lab code:
Determine the number of temperature points were taken from each
sensor (each sensor takes the temperature at the same time)
Calculate the average temperature for each sensor (Do it together-i.e.do
it as a whole matrix of sensors data only)
Calculate the standard deviation (std)of temperature for each sensor (Do
It Together)
Calculate the maximum temperature from each senosr and the corresponding
time point (Do it together)
Calculate the minimum temperature from each sensor and the corresponding
time point (Do it together)
Calculate the difference between the maximum and minimum temperature for each sensor
(Do it together)
Calculate the percent temperature difference between sensors 1and 2,and
sensors 1and 3at each time point
percent difference =(|measured1-measured2|/((measured1+measured2)/2))
for sensor 2,use the for loop to calculate the average temperature of consecutive 3time point (i.e.average temperature at 0,0.5,1sec,then average temperature at 1.5,2,2.5sec,etc)and store it in a variable

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!