Matgraph

Toolbox for working with simple, undirected graphs
9,7K téléchargements
Mise à jour 17 mars 2008

Afficher la licence

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/

Citation pour cette source

Ed Scheinerman (2026). Matgraph (https://fr.mathworks.com/matlabcentral/fileexchange/19218-matgraph), MATLAB Central File Exchange. Extrait(e) le .

Compatibilité avec les versions de MATLAB
Créé avec R2006a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Undirected Graphs dans Help Center et MATLAB Answers
Version Publié le Notes de version
1.0.0.0

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