Matrix2GraphML function script

Export an adjacency matrix to a graphML file
302 téléchargements
Mise à jour 1 juil. 2017

Afficher la licence

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.

Citation pour cette source

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

Compatibilité avec les versions de MATLAB
Créé avec R2017a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Graph and Network Algorithms dans Help Center et MATLAB Answers
Version Publié le Notes de version
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