Modeling a pde on matlab
이전 댓글 표시
답변 (3개)
Suraj
2024년 7월 11일
0 개 추천
You can use the "pdepe" function in MATLAB to solve initial-boundary value problems for systems of PDEs in one spatial variable x and time t.
You can learn more about its usage from the link below,
The following page also has some examples of solving PDEs that you can refer,
Ruchika Parag
2024년 7월 11일
0 개 추천
Hi N G, you can check out the example on this page, which explains how to use a spatial mesh and plot the solution to model a partial differential equation:
Hope this helps!
So you have H as a function of x and t. Are you sure about the + sign between the derivatives on the right-hand side ? Then
should be a good starting point.
Or use the PDE toolbox.
카테고리
도움말 센터 및 File Exchange에서 PDE Solvers에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
