function ethyl_alcohol_kinetics() time = [0;393;699;1010;1265]; %time, in seconds data = [0; 0.0772; 0.1171; 0.1525; 0.1759]; %concentration of ethyl alcohol, in mol/L %-------------------------------------------------------------------------- %We want to find the k for the best-fit model. We need a starting pnt: initial_k = 0.005; end %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %Functions: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%