Matrix2GraphML function script

Export an adjacency matrix to a graphML file
300.0 次下载
更新时间 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 (2026). Matrix2GraphML function script (https://ww2.mathworks.cn/matlabcentral/fileexchange/53954-matrix2graphml-function-script), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2017a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Graph and Network Algorithms 的更多信息
版本 已发布 发行说明
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