Main Content

getmatrix (biograph)

(Removed) Get connection matrix from biograph object

The function has been removed. Use adjacency instead.

Syntax

[Matrix, ID, Distances] = getmatrix(BGObj)

Arguments

BGObj Biograph object created by biograph (object constructor).

Description

[Matrix, ID, Distances] = getmatrix(BGObj) converts the biograph object, BiographObj, into a logical sparse matrix, Matrix, in which 1 indicates that a node (row index) is connected to another node (column index). ID is a cell array of character vectors listing the ID properties for each node, and corresponds to the rows and columns of Matrix. Distances is a column vector with one entry for every nonzero entry in Matrix traversed column-wise and representing the respective Weight property for each edge.

Version History

Introduced in R2006b

expand all

R2022b: Removed

The function has been removed. Use adjacency instead.

See Also

| |