bvp4c problem, unbounded shear layer

4 ビュー (過去 30 日間)
Alexander Kimbley
Alexander Kimbley 2019 年 4 月 26 日
編集済み: Alexander Kimbley 2019 年 5 月 2 日

回答 (1 件)

darova
darova 2019 年 4 月 26 日
You need 2 initial conditions (you have 2th order ODE)
function yinit = mat4init(x)
yinit = [ cosh(x)+sinh(x) ];
end

カテゴリ

Help Center および File ExchangeBoundary Value Problems についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by