Matlab code for regular graphs on given number of vertices -


a regular graph graph each vertex has same degree (number of edges incident vertex). adjacency matrix follow criteria each row sum , column sum same , equal regularity of graph. there many such graphs. example see http://www.mathe2.uni-bayreuth.de/markus/reggraphs.html#crg. need generating code produce adjacency matrix of such regular graphs on given number of vertices. suggest me matlab code or algorithm generate adjacency matrices of different regular graphs on fixed number of vertices. there code (see example: http://www.mathworks.com/matlabcentral/fileexchange/29786-random-regular-generator) generating random regular graphs have not yet found code generating regular graphs on given number of vertices.


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -