Main Content
edges
Triangulation edges
Syntax
Description
E = edges(
returns the triangulation
edges as a two-column matrix of vertex identification numbers. Vertex
identifications are the row numbers of the triangulation vertices in
TR
)TR.Points
. The first column of E
contains
the starting vertex identification of each edge, and the second column contains the
ending vertex identification.
Examples
Input Arguments
Extended Capabilities
Version History
Introduced in R2013a