Question: can you screenshot the codings ? [5 points each] Consider the following table of data representing temperature readings from three thermocouples in a thermal bath.
[5 points each] Consider the following table of data representing temperature readings from three thermocouples in a thermal bath. (1) Read the data from "thermocouple.dat" and store it to an array temp. Note that the data file must be located in your working directory. temp=load ( 'thermocouple. dat') (2) Find the maximum temperatures measured by each thermocouple using function max and name it as max temp_col. (3) Find the maximum temperature readings in each row using function max, and store them in the vector named max_temp_row. (4) Find the maximum value of temperature from all readings from three thermocouples using function max and name it as max_temp_a11. (5) Find the average temperature readings from each thermocouple using function mean and name it as mean_temp. (6) Find the average temperature of entire readings using function mean and name it as mean temp al1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
