Main Content
trimesh
Triangular mesh plot
Syntax
Description
trimesh(___,
specifies
options using one or more name-value arguments. For example,
Name,Value
)trimesh(T,x,y,"LineWidth",2)
sets the edge width to 2 points.
h = trimesh(___)
returns a vector
of Line
objects for a 2-D triangular mesh or a patch
object used to create the mesh plot. Use h
to query
and modify properties of the plot. For more information, see Line Properties and
Patch Properties.
Examples
Input Arguments
Tips
To plot a mesh defined by a 2-D
triangulation
ordelaunayTriangulation
object, use thetriplot
function.
Extended Capabilities
Version History
Introduced before R2006a
See Also
patch
| delaunay
| trisurf
| delaunayTriangulation
| triangulation
| plot