bvp4c problem, unbounded shear layer

2 vues (au cours des 30 derniers jours)
Alexander Kimbley
Alexander Kimbley le 26 Avr 2019

Réponses (1)

darova
darova le 26 Avr 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