Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Logical Rules
Date: Thu, 13 Sep 2007 18:07:46 +0000 (UTC)
Organization: Caltech
Lines: 14
Message-ID: <fcbu9i$gc1$1@fred.mathworks.com>
References: <fcbpn6$eo0$1@fred.mathworks.com> <fcbruo$hsi$1@aioe.org> <fcbtm1$5i8$1@fred.mathworks.com> <fcbu1a$nkp$1@aioe.org>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-03-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1189706866 16769 172.30.248.38 (13 Sep 2007 18:07:46 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Thu, 13 Sep 2007 18:07:46 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1110432
Xref: news.mathworks.com comp.soft-sys.matlab:428413



I hope I am not being stupid. Here are the two possible 
solutions:

A{1}=[1]
A{2}=[2]
A{3}=[3]
A{4}=[4]

A{1}=[2]
A{2}=[3]
A{3}=[1]
A{4}=[4]

Thanks.