bvp4c problem, unbounded shear layer

2 visualizzazioni (ultimi 30 giorni)
Alexander Kimbley
Alexander Kimbley il 26 Apr 2019

Risposte (1)

darova
darova il 26 Apr 2019
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