bvp4c problem, unbounded shear layer
古いコメントを表示
回答 (1 件)
darova
2019 年 4 月 26 日
You need 2 initial conditions (you have 2th order ODE)
function yinit = mat4init(x)
yinit = [ cosh(x)+sinh(x) ];
end
カテゴリ
ヘルプ センター および File Exchange で Boundary Value Problems についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!