Adjacency matrix to clusters
版本 1.0.0.0 (298 字节) 作者:
Raphaël Candelier
Extract clusters from an adjacency matrix
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
引用格式
Raphaël Candelier (2025). Adjacency matrix to clusters (https://www.mathworks.com/matlabcentral/fileexchange/60676-adjacency-matrix-to-clusters), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
创建方式
R2009b
兼容任何版本
平台兼容性
Windows macOS Linux类别
- MATLAB > Mathematics > Sparse Matrices >
在 Help Center 和 MATLAB Answers 中查找有关 Sparse Matrices 的更多信息
标签
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!版本 | 已发布 | 发行说明 | |
---|---|---|---|
1.0.0.0 | Corrected a typo in the description
|