getweightmatrix (biograph)
(Removed) Get connection matrix with weights from biograph object
The function has been removed. Use adjacency
instead.
Syntax
[
Matrix, ID
] = getweightmatrix(BGObj
)
Arguments
BGObj
| Biograph object created by biograph (object
constructor). |
Description
[
converts the biograph object into a double sparse matrix, where non-zeros indicate the
weight from the source node (row index) to the destination node (column index).
Matrix, ID
] = getweightmatrix(BGObj
)ID
is a list of the node's 'ID'
property and corresponds to the rows and columns of
Matrix
.