Matrix2GraphML function script

Export an adjacency matrix to a graphML file
300 download
Aggiornato 1 lug 2017

Visualizza la licenza

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.

Cita come

Lionel Tailhardat (2026). Matrix2GraphML function script (https://it.mathworks.com/matlabcentral/fileexchange/53954-matrix2graphml-function-script), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2017a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Graph and Network Algorithms in Help Center e MATLAB Answers
Versione Pubblicato Note della release
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