<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/163286</link>
    <title>MATLAB Central Newsreader - Matrix question</title>
    <description>Feed for thread: Matrix question</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2008 by The 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>The MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Wed, 06 Feb 2008 18:44:02 -0500</pubDate>
      <title>Matrix question</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/163286#413372</link>
      <author>Matthew Allen</author>
      <description>I have a 1x144 Matrix and I was wondering if there is a way&lt;br&gt;
to change it into a 12x12 matrix where the first 12 elements&lt;br&gt;
of the 1x144 Matrix is the first row of the 12x12&lt;br&gt;
</description>
    </item>
    <item>
      <pubDate>Wed, 06 Feb 2008 18:47:01 -0500</pubDate>
      <title>Re: Matrix question</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/163286#413374</link>
      <author>us</author>
      <description>"Matthew Allen":&lt;br&gt;
&amp;lt;SNIP reshape a mat evergreen...&lt;br&gt;
&lt;br&gt;
a hint:&lt;br&gt;
&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;help reshape;&lt;br&gt;
&lt;br&gt;
us&lt;br&gt;
</description>
    </item>
    <item>
      <pubDate>Wed, 06 Feb 2008 18:53:04 -0500</pubDate>
      <title>Re: Matrix question</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/163286#413379</link>
      <author>Roger Stafford</author>
      <description>"Matthew Allen" &amp;lt;allenmatthew@yahoo.com&amp;gt; wrote in message &amp;lt;focv5i$li5&lt;br&gt;
$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; I have a 1x144 Matrix and I was wondering if there is a way&lt;br&gt;
&amp;gt; to change it into a 12x12 matrix where the first 12 elements&lt;br&gt;
&amp;gt; of the 1x144 Matrix is the first row of the 12x12&lt;br&gt;
---------&lt;br&gt;
x = rand(1,144);&lt;br&gt;
y = reshape(x,12,[]).';&lt;br&gt;
</description>
    </item>
  </channel>
</rss>
