<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/236630</link>
    <title>MATLAB Central Newsreader - exponential fitting?</title>
    <description>Feed for thread: exponential fitting?</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>Fri, 26 Sep 2008 17:20:04 -0400</pubDate>
      <title>exponential fitting?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/236630#602378</link>
      <author>Mario </author>
      <description>Hi..&lt;br&gt;
I'm dealing with this kind of data&lt;br&gt;
&amp;nbsp;&lt;br&gt;
x=[527.3756  546.1192  564.9728  586.4216  608.2959  630.5845  652.8730  674.8214  697.0359]&lt;br&gt;
&lt;br&gt;
y=[193  204.1192  214.9728  219  222  224 222 219.1786  217]&lt;br&gt;
&lt;br&gt;
and i would like to fit a*(1-exp(b*x))   (because i think it's the best curve that fits these points) and i tried to do it but i didn't get a good fit! What am i doing wrong?&lt;br&gt;
I even tried to scale the data in order to place the first point in [0,0] but it didn't work as i expected (the exponential curve fit the points after it grows, so it fits the point with a line almost)&lt;br&gt;
&lt;br&gt;
Hope you can help me! &lt;br&gt;
Regards,&lt;br&gt;
&lt;br&gt;
Mario</description>
    </item>
    <item>
      <pubDate>Fri, 26 Sep 2008 17:41:02 -0400</pubDate>
      <title>Re: exponential fitting?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/236630#602379</link>
      <author>Richard </author>
      <description>&lt;br&gt;
Using the curve fitting toolbox, an exponential model of the form&lt;br&gt;
a*exp(b*x)+c*exp(d*x)&lt;br&gt;
&lt;br&gt;
&quot;looks&quot; like it fits well enough.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&quot;Mario &quot; &amp;lt;nospam@yahoo.com&amp;gt; wrote in message &amp;lt;gbj5k4$5fa$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Hi..&lt;br&gt;
&amp;gt; I'm dealing with this kind of data&lt;br&gt;
&amp;gt;  &lt;br&gt;
&amp;gt; x=[527.3756  546.1192  564.9728  586.4216  608.2959  630.5845  652.8730  674.8214  697.0359]&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; y=[193  204.1192  214.9728  219  222  224 222 219.1786  217]&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; and i would like to fit a*(1-exp(b*x))   (because i think it's the best curve that fits these points) and i tried to do it but i didn't get a good fit! What am i doing wrong?&lt;br&gt;
&amp;gt; I even tried to scale the data in order to place the first point in [0,0] but it didn't work as i expected (the exponential curve fit the points after it grows, so it fits the point with a line almost)&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Hope you can help me! &lt;br&gt;
&amp;gt; Regards,&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Mario</description>
    </item>
  </channel>
</rss>

