getedgesbynodeid (biograph)
(Removed) Get handles to edges in biograph object
The function has been removed. Use findedge
instead.
Syntax
Edges
= getedgesbynodeid(BGobj,SourceIDs,SinkIDs
)
Arguments
| Biograph object. |
| Enter a character vector, cell array of character vectors, or an empty cell array (gets all edges). |
Description
gets the handles to the edges that connect the specified source nodes
(Edges
= getedgesbynodeid(BGobj,SourceIDs,SinkIDs
)SourceIDs
) to the specified sink nodes
(SinkIDs
) in a biograph object.