graphtogml.m

Version 0.1 A quick program that outputs a graph or network diagram to GML format.
1.7K Downloads
Updated 22 Apr 2004

No License

Suppose we have a directed graph with affinity matrix EDGES', so that EDGES(A,B)=1 denotes an edge from B to A.

Suppose we have an cell array NAMES of names for each node.

We might even have initial positions POS of each node. Then for filename FNAME

graphtogml(fname, edges, names, pos) outputs the graph in GML.

This has only been tested for use in yEd. It is preliminary: Eventually I intend to enhance it to cope with undirected links, various strengths, link annotations etc and write gmltograph.

http://www.anc.ed.ac.uk/~amos/

Cite As

Amos Storkey (2024). graphtogml.m (https://www.mathworks.com/matlabcentral/fileexchange/4771-graphtogml-m), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R12
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Directed Graphs 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.0.0.0

Bug fix