Modeling a pde on matlab
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
How do I model the given pde on matlab
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1732108/image.png)
2 Kommentare
Torsten
am 11 Jul. 2024
At first, you need a second differential equation because the one above has P and H as unknowns.
Antworten (3)
Suraj
am 11 Jul. 2024
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
am 11 Jul. 2024
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!
0 Kommentare
Siehe auch
Kategorien
Mehr zu Geometry and Mesh finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!