ConnectionMatrix | Cellzilla2D Home |
Description
Returns the connection Matrix of the Tissue object.
Needs["Cellzilla2D`"];
Return Value
ConnectionMatrix[tissue] returns an n by n matrix, represented as a SparseArray object, where n is the number of cells in the tissue. The [i,j] element of the matrix is 1 if cell i is connected to cell j, and is i otherwise.
Options
"UpperTriangular"→False - if True, the upper-triangular portion of the arry will be filled in; if False, the matrix will be symmetric..
Example
[ Download Example as Zipped Mathematica Notebook ]
Implementation Notes
See Also