Path: news.mathworks.com!newsfeed-00.mathworks.com!solaris.cc.vt.edu!news.vt.edu!news.glorb.com!postnews.google.com!t10g2000vbg.googlegroups.com!not-for-mail
From: Greg Heath <heath@alumni.brown.edu>
Newsgroups: comp.soft-sys.matlab
Subject: Re: How to generate randomized weights for network topology?
Date: Thu, 21 May 2009 01:17:02 -0700 (PDT)
Organization: http://groups.google.com
Lines: 16
Message-ID: <e43703d2-b68a-4202-879b-70dbb48028da@t10g2000vbg.googlegroups.com>
References: <gv12dk$fub$1@fred.mathworks.com>
NNTP-Posting-Host: 68.39.98.10
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
X-Trace: posting.google.com 1242893823 30408 127.0.0.1 (21 May 2009 08:17:03 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Thu, 21 May 2009 08:17:03 +0000 (UTC)
Complaints-To: groups-abuse@google.com
Injection-Info: t10g2000vbg.googlegroups.com; posting-host=68.39.98.10; 
	posting-account=mUealwkAAACvQrLWvunjg50tRAnsNtJR
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6; 
	Comcast Install 1.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) 
	; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; Seekmo 
	10.0.341.0),gzip(gfe),gzip(gfe)
Xref: news.mathworks.com comp.soft-sys.matlab:541447


On May 20, 10:00 am, "Marat " <nemesis_...@yahoo.com> wrote:
> Hi all!
> I need some help in generating values based on co-ordinates. The values a=
re meant as weights for network. For e.g. for nodes 1->7 it is 23, then for=
 7->1 should also be 23. Similarly for a topology of size 20, I want to gen=
erate the weights for several nodes. Of course, some of the links can have =
0s. Is this possible in matlab? Can someone please point out?
>
> Thanks

doc init
help init

Hope this helps.

Greg