Random Regular generator
Version 1.0.0.0 (2.54 KB) by
golan pundak
creates a random regular graph in the pairing model
the function:
A = createRandRegGraph(vertNum, deg)
create a simple d-regular undirected graph
vertNum - number of vertices.
deg - the degree of each vertex.
A is asparse matrix representation of the graph.
reference for "The pairing model":
http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.67.7957&rep=rep1&type=pdf
Cite As
golan pundak (2026). Random Regular generator (https://www.mathworks.com/matlabcentral/fileexchange/29786-random-regular-generator), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2010b
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
- MATLAB > Mathematics > Graph and Network Algorithms >
- MATLAB > Mathematics > Elementary Math > Discrete Math >
- Sciences > Physics > Networks >
Find more on Graph and Network Algorithms in Help Center and MATLAB Answers
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
randRegGraph/
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 |
