Main Content
trisurf
Triangular surface plot
Description
trisurf(
plots the surface defined by a 3-D
TO
)triangulation
or delaunayTriangulation
object.
trisurf(___,
also specifies the
surface color for either of the previous syntaxes.c
)
trisurf(___,
specifies
one or more properties of the surface plot using name-value pairs. For example,
Name,Value
)'FaceColor','y'
sets the face color to yellow.
h = trisurf(___)
returns a patch
object used to create the surface plot. Use h
to
query and modify properties of the plot. For more information, see Patch Properties.
Examples
Input Arguments
Extended Capabilities
Version History
Introduced before R2006a
See Also
patch
| surf
| tetramesh
| trimesh
| triplot
| delaunay
| triangulation
| delaunayTriangulation