Adjacency matrix to clusters

版本 1.0.0.0 (298 字节) 作者: Raphaël Candelier
Extract clusters from an adjacency matrix
253.0 次下载
更新时间 2016/12/11

查看许可证

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 (2024). Adjacency matrix to clusters (https://www.mathworks.com/matlabcentral/fileexchange/60676-adjacency-matrix-to-clusters), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2009b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB 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
Added a note on the version compatibility
Added a reference link