|
Hi,
thank you for your reply. I was basically looking for some code where i can generate graph topologies to be specific. For example i need a random graph/network toplogy generator which can generate nodes(vertices) and liks(edges) of the graph.
i need this toplogy further in my main work.
thanks
erik
"Sean de " <sean.dewolski@nospamplease.umit.maine.edu> wrote in message <ih7asp$kkr$1@fred.mathworks.com>...
> "Erik L" wrote in message <ih76ah$llh$1@fred.mathworks.com>...
> > Hi,
> >
> > I need a package which can generate random graphs. I am using some graph theory concepts in my wireless network problems. If anybody has a clue, will be appreciated.
> >
> > thanks
> >
> > Erick.
>
> Here:
> plot(rand(1,10),rand(1,10),'rp')
>
> It's a random graph.
|