bvp4c problem, unbounded shear layer

回答(1 个)

You need 2 initial conditions (you have 2th order ODE)
function yinit = mat4init(x)
yinit = [ cosh(x)+sinh(x) ];
end

类别

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by