inc2adj(mInc)

バージョン 1.6.0.0 (2.2 KB) 作成者: Ondrej
Conversion from graph incidence matrix to adjacency matrix.
ダウンロード: 1.1K
更新 2016/2/25

ライセンスの表示

Returns a sparse adjacency matrix 'mAdj' according to the incidence matrix 'mInc'. The rows in the incidence matrix must represent the edges, while the columns the vertices.
Function can handle directed graphs with incidence matrix containing -1s, indicating an "in-going" edge, and 1s indicating an "out-going" edge.

引用

Ondrej (2024). inc2adj(mInc) (https://www.mathworks.com/matlabcentral/fileexchange/30862-inc2adj-minc), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2009b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersDirected Graphs についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.6.0.0

checks for correct input added (Thanks to Kaif Agbaje)

1.5.0.0

input consistency check modified

1.4.0.0

handled case when the input matrix is zero

1.3.0.0

Major code optimization (Thanks to Andreas Gunnel for inspiration)

1.1.0.0

faster check of the input matrix

1.0.0.0