<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'MAT LAB function help!' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'MAT LAB function help!' posted on the 'Matlab' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2012 Programmers Heaven</copyright>
    <pubDate>Wed, 23 May 2012 14:19:40 -0700</pubDate>
    <lastBuildDate>Wed, 23 May 2012 14:19:40 -0700</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>MAT LAB function help!</title>
      <link>http://www.programmersheaven.com/mb/ctocplusplustomatlab/413758/413758/mat-lab-function-help/</link>
      <description>Implement matlab function y = radicals(v) that calculates....&lt;br /&gt;
 &lt;br /&gt;
sqrt of v(1) + sqrt v(2) + sqrt v(3) +sqrt of.....+ sqrt v(n)&lt;br /&gt;
&lt;br /&gt;
The parameter v is a vector. In the expression, n is the length of v as well as the number of radicals. The values v(1), v(2),...,v(n) are components of v.&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/ctocplusplustomatlab/413758/413758/mat-lab-function-help/</guid>
      <pubDate>Mon, 22 Feb 2010 12:45:37 -0700</pubDate>
      <category>Matlab</category>
    </item>
    <item>
      <title>Re: MAT LAB function help!</title>
      <link>http://www.programmersheaven.com/mb/ctocplusplustomatlab/413758/413759/re-mat-lab-function-help/#413759</link>
      <description>Once this is complete, I need to write a script to test function. Prompt user to enter positive integer k. Generate a random vector r of length k using rand function. Then calculate the following sequence of values by calling the function radicals repeatedly.&lt;br /&gt;
&lt;br /&gt;
Save the calculated values to a vector seq. Display and plot seq. Ex:&lt;br /&gt;
&lt;br /&gt;
project&lt;br /&gt;
Enter k = 10&lt;br /&gt;
&lt;br /&gt;
r = 10 random numbers....&lt;br /&gt;
&lt;br /&gt;
seq = 10 numbers&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/ctocplusplustomatlab/413758/413759/re-mat-lab-function-help/#413759</guid>
      <pubDate>Mon, 22 Feb 2010 12:49:02 -0700</pubDate>
      <category>Matlab</category>
    </item>
    <item>
      <title>Re: MAT LAB function help!</title>
      <link>http://www.programmersheaven.com/mb/ctocplusplustomatlab/413758/413850/re-mat-lab-function-help/#413850</link>
      <description>anyone please help!!!&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/ctocplusplustomatlab/413758/413850/re-mat-lab-function-help/#413850</guid>
      <pubDate>Wed, 24 Feb 2010 14:34:41 -0700</pubDate>
      <category>Matlab</category>
    </item>
    <item>
      <title>Re: MAT LAB function help!</title>
      <link>http://www.programmersheaven.com/mb/ctocplusplustomatlab/413758/413851/re-mat-lab-function-help/#413851</link>
      <description>anyone please help!!!&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/ctocplusplustomatlab/413758/413851/re-mat-lab-function-help/#413851</guid>
      <pubDate>Wed, 24 Feb 2010 14:36:56 -0700</pubDate>
      <category>Matlab</category>
    </item>
    <item>
      <title>Re: MAT LAB function help!</title>
      <link>http://www.programmersheaven.com/mb/ctocplusplustomatlab/413758/414135/re-mat-lab-function-help/#414135</link>
      <description>Try:  sum(sqrt(v))&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-Will Dwinnell&lt;br /&gt;
&lt;a href="http://matlabdatamining.blogspot.com/"&gt;Data Mining in MATLAB&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/ctocplusplustomatlab/413758/414135/re-mat-lab-function-help/#414135</guid>
      <pubDate>Tue, 02 Mar 2010 03:10:55 -0700</pubDate>
      <category>Matlab</category>
    </item>
  </channel>
</rss>
