Path: news.mathworks.com!newsfeed-00.mathworks.com!nlpi057.nbdc.sbc.com!prodigy.net!nx01.iad01.newshosting.com!newshosting.com!novia!news-out.readnews.com!news-xxxfer.readnews.com!postnews.google.com!i76g2000hsf.googlegroups.com!not-for-mail
From: rych <rychphd@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: how to make the following case vectorized?
Date: Thu, 5 Jun 2008 04:52:06 -0700 (PDT)
Organization: http://groups.google.com
Lines: 14
Message-ID: <8ffc93c0-2ef6-4875-8d0d-e61b723c9e56@i76g2000hsf.googlegroups.com>
References: <g26qnb$4nt$1@fred.mathworks.com> <g26sc0$2vn$1@canopus.cc.umanitoba.ca>
NNTP-Posting-Host: 144.124.16.33
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
X-Trace: posting.google.com 1212666727 4095 127.0.0.1 (5 Jun 2008 11:52:07 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Thu, 5 Jun 2008 11:52:07 +0000 (UTC)
Complaints-To: groups-abuse@google.com
Injection-Info: i76g2000hsf.googlegroups.com; posting-host=144.124.16.33; 
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.0 x64; en-US; 
	rv:1.8.1.11) Gecko/20080102 BonEcho/2.0.0.11 (mmoy CE K8C-X05),gzip(gfe),gzip(gfe)
X-HTTP-Via: 1.1 towy.aber.ac.uk:8082 (squid/2.6.STABLE18)
Xref: news.mathworks.com comp.soft-sys.matlab:472330



On Jun 4, 9:02 pm, rober...@ibd.nrc-cnrc.gc.ca (Walter Roberson)
wrote:
>
> [ind,ind] = sort(A,2);
> [Rank,Rank] = sort(ind,2);
>
> (The repeating of the variables on the left hand side is a signal
> to Matlab that the value of the first return parameter is to be
> discarded.)

Where is this feature documented? I mean, the discarding of the first
output parameter?