Question: USING MATLAB!!! https://docs.google.com/spreadsheets/d/10d8OqbHphRA5iwtrnPwxGx4zQlGpPxy2FqTRVCcNXR4/edit?usp=sharing 1. An excel file named sensor.xlsx contains information collected from a set of sensors. The file has been uploaded on BB. Each
USING MATLAB!!!
https://docs.google.com/spreadsheets/d/10d8OqbHphRA5iwtrnPwxGx4zQlGpPxy2FqTRVCcNXR4/edit?usp=sharing

1. An excel file named sensor.xlsx contains information collected from a set of sensors. The file has been uploaded on BB. Each row contains a set of sensor readings, with the first row containing values collected at 0 seconds, the second row containing values collected at 1.0 seconds, and so on. a) Read the data file and store all values collected for sensorl and sensor4 in two separate variables, named sensorl and sensor 4 b) Find both the maximum value and the minimum value recorded on Sensorl and sensor4. Display the values in the command window using fprintf command. The message should be: The maximum value of sensorl is.... and the maximum value of sensor4 is.... c) Find the mean of all sensor and compare them in a table. Use fprintf command to make a table. Please add header for each column. Each column should contain the mean value of each sensors. 1. An excel file named sensor.xlsx contains information collected from a set of sensors. The file has been uploaded on BB. Each row contains a set of sensor readings, with the first row containing values collected at 0 seconds, the second row containing values collected at 1.0 seconds, and so on. a) Read the data file and store all values collected for sensorl and sensor4 in two separate variables, named sensorl and sensor 4 b) Find both the maximum value and the minimum value recorded on Sensorl and sensor4. Display the values in the command window using fprintf command. The message should be: The maximum value of sensorl is.... and the maximum value of sensor4 is.... c) Find the mean of all sensor and compare them in a table. Use fprintf command to make a table. Please add header for each column. Each column should contain the mean value of each sensors
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
