Path: news.mathworks.com!newsfeed-00.mathworks.com!newsfeed2.dallas1.level3.net!news.level3.com!postnews.google.com!r29g2000hsg.googlegroups.com!not-for-mail
From:  "G.A.M." <x0Zero@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: How to sort cell array of cell arrays by inner value
Date: Wed, 10 Oct 2007 02:37:31 -0000
Organization: http://groups.google.com
Lines: 5
Message-ID: <1191983851.468137.61110@r29g2000hsg.googlegroups.com>
NNTP-Posting-Host: 24.129.101.179
Mime-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
X-Trace: posting.google.com 1191983851 15155 127.0.0.1 (10 Oct 2007 02:37:31 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Wed, 10 Oct 2007 02:37:31 +0000 (UTC)
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.7) Gecko/20070914 Firefox/2.0.0.7,gzip(gfe),gzip(gfe)
Complaints-To: groups-abuse@google.com
Injection-Info: r29g2000hsg.googlegroups.com; posting-host=24.129.101.179;
Xref: news.mathworks.com comp.soft-sys.matlab:432105



I have a 1 x 500 cell array where each cell is a 1 x 4 cell array. The
inner 1 x 4 cell array has a double numeric value in the 4th cell. I
would like to sort the 500 cells by this numeric value. What is the
best way to do this? Thanks