Matgraph

Toolbox for working with simple, undirected graphs
9,6K Downloads
Aktualisiert 17 Mär 2008

Lizenz anzeigen

This is an extensive suite of functions for working with simple graphs (undirected graphs without loops or multiple edges). It includes three new classes: graph, permutation, partition. A few of the functions require the Optimization Toolbox.

PLEASE READ THE DOCUMENTATION because graph objects are defined in an unusual way that makes passing them to functions efficient and enables functions to modify their graph argument. See http://www.ams.jhu.edu/~ers/matgraph/

Zitieren als

Ed Scheinerman (2024). Matgraph (https://www.mathworks.com/matlabcentral/fileexchange/19218-matgraph), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2006a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Undirected Graphs finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

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

Start Hunting!

matgraph/html/matgraph/

matgraph/html/matgraph/@graph/

matgraph/html/matgraph/@partition/

matgraph/html/matgraph/@permutation/

matgraph/samples/html/

Version Veröffentlicht Versionshinweise
1.0.0.0

Added caveat about graph objects to the description and a link to my website.