Solve the following enzymatic reaction with competitive inhibition (I) using MATLAB code solvers:
S + E -> P - E
I + E -> I + E
Where k1 = 0.2 M^-1s^-1, k2 = 0.1 s^-1, k3 = 0.15 s^-1, and initial conditions: [S] = 1 M, [I] = 5 M, [E] = 1 M, [ES] = 0, [ESJ] = 0, [P] = 0. Run the simulation for 100 seconds.