Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: How to generate randomized weights for network topology?
Date: Fri, 22 May 2009 02:48:01 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 9
Message-ID: <gv53p1$dir$1@fred.mathworks.com>
References: <gv12dk$fub$1@fred.mathworks.com> <e43703d2-b68a-4202-879b-70dbb48028da@t10g2000vbg.googlegroups.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1242960481 13915 172.30.248.35 (22 May 2009 02:48:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Fri, 22 May 2009 02:48:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 767702
Xref: news.mathworks.com comp.soft-sys.matlab:541685


My apologies for not being clear. I have a network topology of 3 nodes, and I need to have weights for the links between nodes thats is of this pattern:

0   10   4
10  0   10
4   10   0  

This represents the weights between nodes, say between nodes 1 and 2 is 20, and since it is bi-directional  the weights between nodes 2 and 1 is also 20. I need help in generating such weights for larger number of nodes.

Thanks you for your time.