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!