Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Getting the min and max of a matrix
Date: Sat, 28 Feb 2009 19:14:02 +0000 (UTC)
Organization: Battelle Energy Alliance (INL)
Lines: 3
Message-ID: <goc2dp$re1$1@fred.mathworks.com>
References: <goc1a7$g2q$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 1235848442 28097 172.30.248.37 (28 Feb 2009 19:14:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Sat, 28 Feb 2009 19:14:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 688530
Xref: news.mathworks.com comp.soft-sys.matlab:521565


B = [1 4 3; 4 1 2]

How do you decide what is in matrix B?  From the first row, are positions (1,4) (4,3) (1,3) (3,4) (3,1) (4,1) not allowed?  And similarly for the second row?  Or is it only (1,4) and (4,3) that are not allowed?