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

类别

帮助中心File Exchange 中查找有关 Numerical Integration and Differential Equations 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by