<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/265336</link>
    <title>MATLAB Central Newsreader - Help</title>
    <description>Feed for thread: Help</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>Mon, 09 Nov 2009 10:04:34 -0500</pubDate>
      <title>Help</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/265336#693169</link>
      <author>nordmoon</author>
      <description>I have a set of points (x,y), that form a Lorentzian - alike curve, how can I get the points between these points?</description>
    </item>
    <item>
      <pubDate>Mon, 09 Nov 2009 10:27:01 -0500</pubDate>
      <title>Re: Help</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/265336#693170</link>
      <author>John D'Errico</author>
      <description>nordmoon &amp;lt;arianadax@gmail.com&amp;gt; wrote in message &amp;lt;134539439.38560.1257761104412.JavaMail.root@gallium.mathforum.org&amp;gt;...&lt;br&gt;
&amp;gt; I have a set of points (x,y), that form a Lorentzian - alike curve, how can I get the points between these points?&lt;br&gt;
&lt;br&gt;
By using interpolation.&lt;br&gt;
&lt;br&gt;
help interp1&lt;br&gt;
&lt;br&gt;
John</description>
    </item>
    <item>
      <pubDate>Mon, 09 Nov 2009 13:16:39 -0500</pubDate>
      <title>Re: Help</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/265336#693197</link>
      <author>nordmoon</author>
      <description>Don't you need a function for that? What if you do not have a function, you only have x and y points in which y(x)??</description>
    </item>
    <item>
      <pubDate>Mon, 09 Nov 2009 14:53:52 -0500</pubDate>
      <title>Re: Help</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/265336#693230</link>
      <author>ImageAnalyst</author>
      <description>On Nov 9, 8:16&#160;am, nordmoon &amp;lt;ariana...@gmail.com&amp;gt; wrote:&lt;br&gt;
&amp;gt; Don't you need a function for that? What if you do not have a function, you only have x and y points in which y(x)??&lt;br&gt;
&lt;br&gt;
----------------------------------------------------------------------------------------------------&lt;br&gt;
You have your data, which are samples from your underlying function.&lt;br&gt;
You pass this in to interp1 and tell it what function you want to use&lt;br&gt;
to estimate the &quot;in between&quot; values, such as spline, linear, etc.&lt;br&gt;
These functions may not be the same as your &quot;true&quot; underlying&lt;br&gt;
function, but then it you knew what that function was, you wouldn't be&lt;br&gt;
needing any other function such as interp1 to estimate it for you --&lt;br&gt;
you'd just use your known function.  You do need to supply the &quot;in&lt;br&gt;
between&quot; x values where you want to get your estimated y values to&lt;br&gt;
interp1().  In other words, you have everything you need.  Just start&lt;br&gt;
using it.&lt;br&gt;
&lt;br&gt;
P.S. You've posted here before and should know the guidelines about&lt;br&gt;
picking descriptive subject lines.  &quot;Help&quot; just doesn't quite cut it.</description>
    </item>
  </channel>
</rss>

