Matrix2GraphML function script

Export an adjacency matrix to a graphML file
290 Downloads
Updated 1 Jul 2017

View License

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.

Cite As

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

MATLAB Release Compatibility
Created with R2017a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Graph and Network Algorithms in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
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