Partial Differential Equations Toolbox    
pdecont

Shorthand command for contour plot.

Synopsis

Description
pdecont(p,t,u) draws 10 level curves of the PDE node or triangle data u.

h=pdecont(p,t,u) additionally returns handles to the drawn axes objects.

If u is a column vector, node data is assumed. If u is a row vector, triangle data is assumed. Triangle data is converted to node data using the function pdeprtni.

The geometry of the PDE problem is given by the mesh data p and t. Details on the mesh data representation can be found in the entry on initmesh.

pdecont(p,t,u,n) plots using n levels.

pdecont(p,t,u,v) plots using the levels specified by v.

This command is just shorthand for the call

If you want to have more control over your contour plot, use pdeplot instead of pdecont.

Examples
Plot the contours of the solution to the equation over the geometry defined by the L-shaped membrane. Use Dirichlet boundary conditions u = 0 on .

See Also
pdeplot, pdemesh, pdesurf



pdecirc pdeeig