<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/248846</link>
    <title>MATLAB Central Newsreader - Help about cells</title>
    <description>Feed for thread: Help about cells</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 by MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Sun, 12 Apr 2009 01:41:01 -0400</pubDate>
      <title>Help about cells</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/248846#642053</link>
      <author>Ongun Palaoglu</author>
      <description>Hello,&lt;br&gt;
&lt;br&gt;
I need to put coordinate location (1,1) into a cell. I will call this location later. How can i do that?&lt;br&gt;
I tried;&lt;br&gt;
&lt;br&gt;
startingnode=1,1&lt;br&gt;
a(1,1)={startingnode}</description>
    </item>
    <item>
      <pubDate>Sun, 12 Apr 2009 02:16:01 -0400</pubDate>
      <title>Re: Help about cells</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/248846#642058</link>
      <author>Matt Fig</author>
      <description>&quot;Ongun Palaoglu&quot; &amp;lt;ongun@mac.com&amp;gt; wrote in message &amp;lt;grrgrd$kos$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Hello,&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I need to put coordinate location (1,1) into a cell. I will call this location later. How can i do that?&lt;br&gt;
&amp;gt; I tried;&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; startingnode=1,1&lt;br&gt;
&amp;gt; a(1,1)={startingnode}&lt;br&gt;
&lt;br&gt;
startingnode = [1,1]&lt;br&gt;
a{1,1} = startingnode</description>
    </item>
  </channel>
</rss>

