Path: news.mathworks.com!not-for-mail
From: "Ongun Palaoglu" <ongun@mac.com>
Newsgroups: comp.soft-sys.matlab
Subject: Help about cells
Date: Sun, 12 Apr 2009 01:41:01 +0000 (UTC)
Organization: Florida institute of Technolgy
Lines: 7
Message-ID: <grrgrd$kos$1@fred.mathworks.com>
Reply-To: "Ongun Palaoglu" <ongun@mac.com>
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 1239500461 21276 172.30.248.38 (12 Apr 2009 01:41:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Sun, 12 Apr 2009 01:41:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1541435
Xref: news.mathworks.com comp.soft-sys.matlab:532085


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}