image thumbnail
from Prediction of Conversion with an Isothermal Axially-Dispersed Plug Flow Reactor by Housam Binous
Prediction of the conversion of an isothermal axially dispersed plug flow reactor.

f=shoot2(N)
function f=shoot2(N)

global Pe Da

[t y]=ode45('goveqn2',[0 1],N);

f(1)=1-y(1,1)+1/Pe*y(1,2);
f(2)=y(end,2);

Contact us at files@mathworks.com