Question: Matlab Practical Problem The attached xlsx (Excel) file contains genuine lab data from a chromatography detector recorded at a rate of 10 Hertz, and contains,
Matlab Practical Problem
The attached xlsx (Excel) file contains genuine lab data from a chromatography detector recorded at a rate of 10 Hertz, and contains, in column 1, the signal in the units of micro volts. Write a Matlab code to read and plot the data: skip the first 25 rows; read only column 1, which shows the signal in micro volts. Convert from microV to mV; compress the signal data vector by keeping only every 120th entry; generate the corresponding time coordinate values by dead reckoning (remembering that the data-collection rate was 10Hz), assigning the first read entry to time zero. Suggested units for the x-axis: minutes; y-axis: mV. Bonus question: write additional lines of code which, from the data display, lets the user pick two points, and returns the average signal between the two points. Useful links: