Main Content
isConnected
Test if two vertices are connected by an edge
Description
returns a TF
= isConnected(TR
,startID
,endID
)logical
column vector whose elements are 1
(true
) when the specified starting and ending pairs of
vertices are connected by an edge. startID
and
endID
specify edges by their starting and ending points,
where each point is represented by its row number in TR.Points
.
The return value ID
identifies triangles by their identification
numbers.
Examples
Input Arguments
Extended Capabilities
Version History
Introduced in R2013a
See Also
edges
| edgeAttachments
| delaunayTriangulation
| triangulation