Matrix2GraphML function script

Export an adjacency matrix to a graphML file

Ahora está siguiendo esta publicación

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.

Citar como

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

Categorías

Más información sobre Graph and Network Algorithms en Help Center y MATLAB Answers.

Información general

Compatibilidad con la versión de MATLAB

  • Compatible con cualquier versión

Compatibilidad con las plataformas

  • Windows
  • macOS
  • Linux
Versión Publicado Notas de la versión Action
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