How can these equations be converted into the format to be input in bvp4c ODE solver ?

조회 수: 1 (최근 30일)
Ho do I convert these boundary conditions to equations acceptable in MATLAB?

채택된 답변

darova
darova 2019년 7월 13일
This is an example from mathworks
Capture.PNG
It is yours
% u(-1) == ya(1)
% du(-1) == ya(2)
% u(1) == yb(1)
% du(1) == yb(2)
u(-1)-a*du(-1)-1 = 0
u(1)+a*du(1)+1 = 0

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Numerical Integration and Differential Equations에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by