Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: How to generate randomized weights for network topology?
Date: Wed, 20 May 2009 14:00:20 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 4
Message-ID: <gv12dk$fub$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1242828020 16331 172.30.248.37 (20 May 2009 14:00:20 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Wed, 20 May 2009 14:00:20 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 767702
Xref: news.mathworks.com comp.soft-sys.matlab:541264


Hi all!
I need some help in generating values based on co-ordinates. The values are 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 generate 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