Can I solve 1-dimensional Problems using the Partial Differential Equation (PDE) Toolbox?

4 views (last 30 days)

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 12 Oct 2021
Edited: MathWorks Support Team on 17 Nov 2021
One does not need the PDE toolbox to solve 1-D PDE problems. This can be done by a base MATLAB functionality called PDEPE. Following is the documentation link for PDEPE:-
The aim of the PDE Toolbox is to solve of partial differential equations (PDEs) in two-space dimensions (2-D) and time. However, one may also solve a 1-D partial differential equation using the PDE toolbox if they:-
- use a rectangle geometry
- set the 1-D boundary conditions on the left and right side of the rectangle
- set Homogenous Neumann boundary conditions on the upper and lower sides

More Answers (0)

Products


Release

R14SP1

Community Treasure Hunt

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

Start Hunting!