Numerical Analysis:
Make a matlab code that computes the Midpoint rule/method for agiven function f'(t,y) = y' = t + y from 0 < t < 4(inclusive) with h=0.5 and with initial condition y(0) = 0.
Please make output display in tabular form and notin a plot, that doesn't help show the actual values.