Adjacency matrix to clusters
This function extracts efficiently all the clusters of connected nodes from a network described by an adjacency matrix A. The input array for A can be full or sparse, and the output is a cell of index vectors.
This function works with any Matlab version since R2009b.
More detail to be found here: http://raphael.candelier.fr/?blog=Adj2cluster
Cita come
Raphaël Candelier (2025). Adjacency matrix to clusters (https://www.mathworks.com/matlabcentral/fileexchange/60676-adjacency-matrix-to-clusters), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Compatibilità della piattaforma
Windows macOS LinuxCategorie
- MATLAB > Mathematics > Sparse Matrices >
Tag
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
Versione | Pubblicato | Note della release | |
---|---|---|---|
1.0.0.0 | Corrected a typo in the description
|