Matrix2GraphML function script

Export an adjacency matrix to a graphML file
ダウンロード: 289
更新 2017/7/1

ライセンスの表示

Create a graphML file from an adjacency matrix, so calculus and analysis done within MATLAB may be explored and displayed into BigData softwares (such as Gephi, yEd, etc.) or interpreted with other frameworks (QuickGraph/.NET, etc.).
Common applications can be : graph exploration; resilience analysis, network graphs, etc.

引用

Lionel Tailhardat (2024). Matrix2GraphML function script (https://www.mathworks.com/matlabcentral/fileexchange/53954-matrix2graphml-function-script), MATLAB Central File Exchange. 取得済み .

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

Community Treasure Hunt

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

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

Node labels can be added through an optional array as a third parameter (int or string array).
Giving directly a string array requires R2017a; use string() with older releases.

1.0.0.0