code to solve second order coupled PDE
이전 댓글 표시

댓글 수: 2
Abderrahim. B
2022년 7월 12일
Hi!
Refer to this documentation page.
Hope this helps
KIRAN Sajjanshetty
2022년 7월 12일
답변 (1개)
Torsten
2022년 7월 12일
0 개 추천
It's not a system of PDEs, but of ODEs.
Convert the two second-order ODEs to a first-order system of 4 ODEs. Then use ODE45 to solve if the boundary conditions are all given in one point and BVP4C if the boundary conditions are given in two or more different points.
댓글 수: 4
KIRAN Sajjanshetty
2022년 7월 12일
Torsten
2022년 7월 12일
What are the boundary conditions ? You need 4.
Torsten
2022년 7월 12일
@KIRAN Sajjanshetty comment moved here:

The first example "Solve Second Order BVP" under
should show you how to proceed.
The problem seems very similar to a question you already asked in this forum:
카테고리
도움말 센터 및 File Exchange에서 Boundary Conditions에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!