bvp4c problem, unbounded shear layer

답변 (1개)

darova
darova 2019년 4월 26일

0 개 추천

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

카테고리

질문:

2019년 4월 26일

편집:

2019년 5월 2일

Community Treasure Hunt

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

Start Hunting!

Translated by