Main Content
pdecont
(Removed) Contour plot of PDE node or triangle data
pdecont
has been removed. Use pdeplot
instead. For information on updating your code, see Version History.
Description
pdecont(
creates a contour plot of node data or triangle data. By default, p
,t
,u
)pdecont
uses 10 levels for a contour plot. The p
and t
arguments specify the geometry of the PDE problem.
If u
is a column vector, pdecont
treats it as a
node data. If u
is a row vector, pdesurf
treats it
as a triangle data.
uses any of the
previous syntaxes and returns handles to the drawn axes objects.h
= pdecont(___)
Input Arguments
Output Arguments
Tips
For more control over a contour plot, use the
pdeplot
function.