MATLAB: How to solve a nonlinear Parabolic PDE IBVP

nonlinearpde

I am wondering how can I solve the porous medium equation (nonlinear heat equation) in a finite domain in 1D, with Dirichlet type boundary conditions and an initial condition. Matlab's PDE toolbox is still short of performing this task, as far as I know.

Best Answer

Since the problem is 1D, you can use the pdepe function.