フィルターのクリア

constructing an adjacency list from incidence matrix

2 ビュー (過去 30 日間)
Lou
Lou 2015 年 8 月 6 日
回答済み: Stalin Samuel 2015 年 8 月 6 日
I have a directed graph with an incidence matrix like this:
AP=[1,0,0,0,0,0,0,0;-1,0,1,1,1,0,0,0;0,0,-1,0,0,1,0,0;0,0,0,-1,0,0,0,0;0,0,0,0,-1,0,0,0;0,0,0,0,0,-1,0,0]
AP =
1 0 0 0 0 0 0 0
-1 0 1 1 1 0 0 0
0 0 -1 0 0 1 0 0
0 0 0 -1 0 0 0 0
0 0 0 0 -1 0 0 0
0 0 0 0 0 -1 0 0
How can I construct an adjacency list with this information? Thank you!

採用された回答

Stalin Samuel
Stalin Samuel 2015 年 8 月 6 日

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDirected Graphs についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by