Path: news.mathworks.com!newsfeed-00.mathworks.com!newsfeed2.dallas1.level3.net!news.level3.com!postnews.google.com!m38g2000yqd.googlegroups.com!not-for-mail
From: arun <aragorn168b@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: random matrix generation
Date: Sun, 8 Nov 2009 07:53:08 -0800 (PST)
Organization: http://groups.google.com
Lines: 28
Message-ID: <995198ba-9388-4354-aca3-e25e0df9a74b@m38g2000yqd.googlegroups.com>
References: <5b29b80c-64b8-47cc-bc93-493bb9591d42@r5g2000yqb.googlegroups.com> 
	<hd6ohv$tds$1@news.eternal-september.org>
NNTP-Posting-Host: 134.2.242.156
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
X-Trace: posting.google.com 1257695588 16070 127.0.0.1 (8 Nov 2009 15:53:08 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Sun, 8 Nov 2009 15:53:08 +0000 (UTC)
Complaints-To: groups-abuse@google.com
Injection-Info: m38g2000yqd.googlegroups.com; posting-host=134.2.242.156; 
	posting-account=fyqXpgoAAABqt-0BifyaNxmZhzggFACu
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; 
	rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5,gzip(gfe),gzip(gfe)
Xref: news.mathworks.com comp.soft-sys.matlab:583353


On Nov 8, 4:36 pm, dpb <n...@non.net> wrote:
> arun wrote:
> > hi,
>
> > how can i generate a m*n matrix with the m-rows
> > 1) dependent on each other
> > 2) independent of each other
>
> > also, is it possible to create the same random matrix with just 1's
> > and 0's under the same 2 criterias?
>
> Well, you have to define what dependent means, specifically, in order to
> have a generating function even theoretically.  Realizing it may be
> something else, but you have to start w/ something.
>
> Also, as written, 1) and 2) are contradictory if somehow this is to be a
> single matrix satisfying both.
>
> You need a far more precise problem definition to get anywhere methinks.
>
> --

Hi dpb,
I have to create 2 separate matrices (not every other row being
dependent and independent of each other), one satisfying the first
criteria and the other the second.
Regarding the problem definition, did you read my reply to
imageAnalyst? I have given the requirement there.