Adjacency matrix to clusters

Extract clusters from an adjacency matrix
ダウンロード: 253
更新 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 Center および MATLAB AnswersSparse 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