Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: cell array size
Date: Mon, 11 Aug 2008 02:44:02 +0000 (UTC)
Organization: University of Portsmouth
Lines: 13
Message-ID: <g7o91i$add$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1218422642 10669 172.30.248.35 (11 Aug 2008 02:44:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Mon, 11 Aug 2008 02:44:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1172364
Xref: news.mathworks.com comp.soft-sys.matlab:484796



I have cell array like that , for example multiple rows 6 
rows with one column:
{[1,2]
[1,2,3]
[1,2,3,4]
[1,2,3,4,5]
[1,2,3,4,5,6]}

so how I can make an array that calculate size of each row.
for example the second row is 3, third row is 4 and 4th row 
is 5 elements.
does any function that can make the length or the size of 
each row of that cell array?