Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Help about cells
Date: Sun, 12 Apr 2009 02:16:01 +0000 (UTC)
Organization: Battelle Energy Alliance (INL)
Lines: 11
Message-ID: <grrit1$3ja$1@fred.mathworks.com>
References: <grrgrd$kos$1@fred.mathworks.com>
Reply-To: <HIDDEN>
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 1239502561 3690 172.30.248.38 (12 Apr 2009 02:16:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Sun, 12 Apr 2009 02:16:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 688530
Xref: news.mathworks.com comp.soft-sys.matlab:532090


"Ongun Palaoglu" <ongun@mac.com> wrote in message <grrgrd$kos$1@fred.mathworks.com>...
> Hello,
> 
> I need to put coordinate location (1,1) into a cell. I will call this location later. How can i do that?
> I tried;
> 
> startingnode=1,1
> a(1,1)={startingnode}

startingnode = [1,1]
a{1,1} = startingnode