pdesurf
(To be removed) Surface plot of PDE node or triangle data
pdesurf
will be removed in a future release. Use pdeplot
instead. For more information, see Compatibility Considerations.
Description
pdesurf(
plots a 3-D surface using PDE node or triangle data as a height for a 2-D problem. The
p
,t
,u
)p
and t
arguments specify the geometry of the
PDE problem.
If u
is a column vector, pdesurf
treats it as
node data and uses continuous style and interpolated shading. If u
is a
row vector, pdesurf
treats it as triangle data and uses discontinuous
style and flat shading.
Examples
Input Arguments
Output Arguments
Tips
For more control over a surface plot, use the
pdeplot
function.