Scale free network using B-A algorithm

Generates a scale free directed adjacency matrix using the BA algorithm

現在この提出コンテンツをフォロー中です。

Use as:
A = BAgraph_dir(N,m0,m);
Where, N = number of nodes in the network, m0 is the size of seed network and m is the average degree of seed network; use mo=m or m<m0. For example,
A = BAgraph_dir(300,10,10);
The resulting adjacency matrix contains a 1 in row i, column j if i connects to j. A has a power-law in-degree distribution. Please be patient as the algorithm may take ~2-3 minutes to generate an adjacency matrix for N=300.

引用

Tapan (2026). Scale free network using B-A algorithm (https://jp.mathworks.com/matlabcentral/fileexchange/49356-scale-free-network-using-b-a-algorithm), MATLAB Central File Exchange. に取得済み.

謝辞

ヒントを与えたファイル: Exact controllability of complex networks

カテゴリ

Help Center および MATLAB AnswersGraph and Network Algorithms についてさらに検索

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.0.0.0