Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
Must have knowldeg with numerical method (simpson's 1/3 intergal) and compute it in matlab as programing code
Question w in the attached document
This question uses the following data obtained during a cell culture process.
A.Write your own MATLAB function that computes the Simpson’s 1/3 integral
between any two tabulated time points.
B. Use this function to compute the total amount of oxygen absorbed between hours
141 and 146.
c. Compare the result you obtained for part b. with results you find using the
MATLAB commands ‘integral’ and ‘trapz’. This will require you to read the documentation
associated with each function.