Triangular mesh plot
trimesh(
plots the mesh defined by a 2-D or
3-D TO
)triangulation
or delaunayTriangulation
object.
trimesh(___,
specifies
one or more properties of the mesh plot using name-value pairs. For example,
Name,Value
)'LineWidth',2
sets the edge width to 2 points.
h = trimesh(___)
returns a
patch
object used to create the mesh plot.
Use h
to query and modify properties of the plot. For more information,
see Patch Properties.
delaunay
| delaunayTriangulation
| patch
| triangulation
| trisurf