Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Simple matrix manipulation question
Date: Thu, 16 Jul 2009 01:54:01 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 6
Message-ID: <h3m17p$nnu$1@fred.mathworks.com>
References: <h3lt89$b6e$1@fred.mathworks.com>
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 1247709241 24318 172.30.248.38 (16 Jul 2009 01:54:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Thu, 16 Jul 2009 01:54:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1708920
Xref: news.mathworks.com comp.soft-sys.matlab:555826



Maybe it's just early in the morning but I have trouble understanding what you want.
Is c(i) given by
c(i) = min([A(i,1),A(i,2),...,A(i,k),A(i,b(i))]) ??
because this would just be the minimum value in the row.
What exactly are the ... representing?