Path: news.mathworks.com!not-for-mail
From: "Bruno Luong" <b.luong@fogale.findmycountry>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Comma list with leading cell
Date: Sat, 23 May 2009 13:28:01 +0000 (UTC)
Organization: FOGALE nanotech
Lines: 14
Message-ID: <gv8tl1$81o$1@fred.mathworks.com>
References: <gv8nju$kvn$1@fred.mathworks.com> <gv8r4e$19v$1@fred.mathworks.com> <gv8s49$2ua$1@fred.mathworks.com> <gv8t0d$rm7$1@fred.mathworks.com>
Reply-To: "Bruno Luong" <b.luong@fogale.findmycountry>
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 1243085281 8248 172.30.248.38 (23 May 2009 13:28:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Sat, 23 May 2009 13:28:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 390839
Xref: news.mathworks.com comp.soft-sys.matlab:541995


"us " <us@neurol.unizh.ch> wrote in message <gv8t0d$rm7$1@fred.mathworks.com>...

> 
> http://www.mathworks.com/access/helpdesk/help/techdoc/matlab_prog/br04cfa-1.html
> 

But us, let us reiterate the question. Why conversion from double to cell

C = {1};
C(1) = 2

is not allowed?

Bruno