Main Content
inedges
Incoming edges to node
Description
Examples
Input Arguments
Output Arguments
Tips
By convention, for undirected graphs, all edges incident to a node are considered to be outgoing edges. Use
outedges
with undirected graphs.For graphs with multiple edges,
inedges
andpredecessors
can return arrays of different lengths, since there can be multiple incoming edges from some of the predecessors.
Extended Capabilities
Version History
Introduced in R2018a