Path: news.mathworks.com!not-for-mail
From: "David Doria" <daviddoria@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Array of class objects?
Date: Mon, 19 Oct 2009 12:53:18 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 7
Message-ID: <hbhnfu$cm8$1@fred.mathworks.com>
References: <hb2i5a$hp4$1@fred.mathworks.com> <hb2qa8$f9m$1@fred.mathworks.com>
Reply-To: "David Doria" <daviddoria@gmail.com>
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 1255956798 13000 172.30.248.35 (19 Oct 2009 12:53:18 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Mon, 19 Oct 2009 12:53:18 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1105197
Xref: news.mathworks.com comp.soft-sys.matlab:578373


"Rich Ellis" <rich@mathworks.com> wrote in message <hb2qa8$f9m$1@fred.mathworks.com>...
> I think you want this syntax:
> 
> test(1) = {mypoint}
> 

Yep, that's the one - thanks!