Main Content
pdesurf
(Removed) Surface plot of PDE node or triangle data
pdesurf
has been removed. Use pdeplot
instead. For information on updating your code, see Version History.
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.
Input Arguments
Output Arguments
Tips
For more control over a surface plot, use the
pdeplot
function.