Path: news.mathworks.com!newsfeed-00.mathworks.com!kanaga.switch.ch!switch.ch!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!newsfeed.straub-nv.de!feeder.eternal-september.org!eternal-september.org!not-for-mail
From: dpb <none@non.net>
Newsgroups: comp.soft-sys.matlab
Subject: Re: random matrix generation
Date: Sun, 08 Nov 2009 10:13:33 -0600
Organization: A noiseless patient Spider
Lines: 19
Message-ID: <hd6qnk$g22$1@news.eternal-september.org>
References: <5b29b80c-64b8-47cc-bc93-493bb9591d42@r5g2000yqb.googlegroups.com> 	<hd6ohv$tds$1@news.eternal-september.org> <947a19c9-8811-48a3-aa43-802a4c113b16@m38g2000yqd.googlegroups.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Trace: news.eternal-september.org U2FsdGVkX18FMADqJK34NFuPD76wKuoisXt2rIJS+uQerz2aNj18QHuQ5DA/SMB8dh7c7flKfg736piqrJrgyNjp3jP9Z/0mXieqJqkrTwDG74aVMscUbjVJu/dxcRoUJ02NKDiEHseM2YaCzVAY8Q==
X-Complaints-To: abuse@eternal-september.org
NNTP-Posting-Date: Sun, 8 Nov 2009 16:13:41 +0000 (UTC)
In-Reply-To: <947a19c9-8811-48a3-aa43-802a4c113b16@m38g2000yqd.googlegroups.com>
X-Auth-Sender: U2FsdGVkX1/W1f3uo4GeSU3zvdIK9+XGR+9ocCSb6yI=
Cancel-Lock: sha1:ZxbsUacLbLLaHp6OxfcanrSDsWE=
User-Agent: Thunderbird 2.0.0.23 (Windows/20090812)
Xref: news.mathworks.com comp.soft-sys.matlab:583359


arun wrote:
...

> Regarding the problem definition, did you read my reply to
> imageAnalyst? I have given the requirement there.

How is one to derive a generating function from that "requirement", pray 
tell?

I can make a second row of a random matrix be dependent upon the first by

x=rand(1,10);
x=[x;x];

Is that ok?

It meets the definition stated.

--