<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'guys need ur help plz' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'guys need ur help plz' posted on the 'Matlab' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2012 Programmers Heaven</copyright>
    <pubDate>Thu, 09 Feb 2012 10:07:44 -0800</pubDate>
    <lastBuildDate>Thu, 09 Feb 2012 10:07:44 -0800</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>guys need ur help plz</title>
      <link>http://www.programmersheaven.com/mb/ctocplusplustomatlab/408415/408415/guys-need-ur-help-plz/</link>
      <description>hi guys, i need ur help&lt;br /&gt;
i have a matrix contains (let's say 30 elements)&lt;br /&gt;
&lt;br /&gt;
how can i split or chunk them into 30 variables, where each variable contains 1 element of the biggest one,,,&lt;br /&gt;
&lt;br /&gt;
let's take this example 2 make it clear 4 u,&lt;br /&gt;
&lt;br /&gt;
a=[ 1 2 3 4 5 6 7 8 9], here a contains 9 elements, so how can i split them into 9 variables where each variable contains 1 element of a!!!!??? is it clear now!!!!&lt;br /&gt;
i hope that&lt;br /&gt;
&lt;br /&gt;
remember guys, number of variables depend on the number of element of the biggest matrix&lt;br /&gt;
&lt;br /&gt;
waiting ur replies&lt;br /&gt;
&lt;br /&gt;
thank u very much&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/ctocplusplustomatlab/408415/408415/guys-need-ur-help-plz/</guid>
      <pubDate>Tue, 27 Oct 2009 12:00:59 -0800</pubDate>
      <category>Matlab</category>
    </item>
    <item>
      <title>Re: guys need ur help plz</title>
      <link>http://www.programmersheaven.com/mb/ctocplusplustomatlab/408415/408417/re-guys-need-ur-help-plz/#408417</link>
      <description>Two ideas:&lt;br /&gt;
&lt;br /&gt;
1. You can access the individual elements, like this:&lt;br /&gt;
if x=[3 2 1] then, you get&lt;br /&gt;
&lt;br /&gt;
x(1) = 3&lt;br /&gt;
x(2) = 2&lt;br /&gt;
x(3) = 1&lt;br /&gt;
&lt;br /&gt;
2. Or, if you want to create new variables, then&lt;br /&gt;
y = x(1)&lt;br /&gt;
z = x(2)&lt;br /&gt;
w = x(3)&lt;br /&gt;
&lt;br /&gt;
For Matlab tutorials, I suggest you visit the site&lt;br /&gt;
&lt;a href="http://www.matrixlab-examples.com/matlab-tutorial.html"&gt;http://www.matrixlab-examples.com/matlab-tutorial.html&lt;/a&gt;&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/ctocplusplustomatlab/408415/408417/re-guys-need-ur-help-plz/#408417</guid>
      <pubDate>Tue, 27 Oct 2009 12:50:34 -0800</pubDate>
      <category>Matlab</category>
    </item>
  </channel>
</rss>
