<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/247648</link>
    <title>MATLAB Central Newsreader - Fitting in Matlab</title>
    <description>Feed for thread: Fitting in Matlab</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, 27 Mar 2009 11:03:01 -0400</pubDate>
      <title>Fitting in Matlab</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/247648#638136</link>
      <author>Alexander </author>
      <description>Hello, &lt;br&gt;
&lt;br&gt;
I use a student version of Matlab R2007a, and I have a question about fitting. The student version comes without the Curve Fitting Toolbox. However, there is a way of intuitive GUI fitting, but it's very limited: In my version, if I go to Tools --&amp;gt; Basic fitting (in any figure window), I can for example choose linear fitting. Unfortunately, only one dataset can be fitted simultaneously, and there is no way to exclude bad points from the fit.&lt;br&gt;
&lt;br&gt;
I have to do a lot of fitting regularly (mostly linear regression), and in most problems I require to fit several datasets in one figure, as well as to be able to exclude points in a dataset from fitting. Do you know a good way to do that (apart from coding every fit by hand)? &lt;br&gt;
&lt;br&gt;
Matlab is really wonderful for manipulating data (recorded in physical experiments), it's also wonderful for plotting, so I guess there must be some way do some good fitting with it. I'd really hate to have to change to other tools like Origin oder Igor Pro, which by the way do not even have native Linux versions. &lt;br&gt;
&lt;br&gt;
That's why I'm really curious about your replies!&lt;br&gt;
&lt;br&gt;
Alexander</description>
    </item>
    <item>
      <pubDate>Fri, 27 Mar 2009 13:31:13 -0400</pubDate>
      <title>Re: Fitting in Matlab</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/247648#638164</link>
      <author>Steven Lord</author>
      <description>&lt;br&gt;
&quot;Alexander&quot; &amp;lt;alexander.erlich@gmail.com&amp;gt; wrote in message &lt;br&gt;
news:gqibp5$5dm$1@fred.mathworks.com...&lt;br&gt;
&amp;gt; Hello,&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; I use a student version of Matlab R2007a, and I have a question about &lt;br&gt;
&amp;gt; fitting. The student version comes without the Curve Fitting Toolbox. &lt;br&gt;
&amp;gt; However, there is a way of intuitive GUI fitting, but it's very limited: &lt;br&gt;
&amp;gt; In my version, if I go to Tools --&amp;gt; Basic fitting (in any figure window), &lt;br&gt;
&amp;gt; I can for example choose linear fitting. Unfortunately, only one dataset &lt;br&gt;
&amp;gt; can be fitted simultaneously, and there is no way to exclude bad points &lt;br&gt;
&amp;gt; from the fit.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; I have to do a lot of fitting regularly (mostly linear regression), and in &lt;br&gt;
&amp;gt; most problems I require to fit several datasets in one figure, as well as &lt;br&gt;
&amp;gt; to be able to exclude points in a dataset from fitting. Do you know a good &lt;br&gt;
&amp;gt; way to do that (apart from coding every fit by hand)?&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Matlab is really wonderful for manipulating data (recorded in physical &lt;br&gt;
&amp;gt; experiments), it's also wonderful for plotting, so I guess there must be &lt;br&gt;
&amp;gt; some way do some good fitting with it. I'd really hate to have to change &lt;br&gt;
&amp;gt; to other tools like Origin oder Igor Pro, which by the way do not even &lt;br&gt;
&amp;gt; have native Linux versions.&lt;br&gt;
&lt;br&gt;
While the Student Version does not include Curve Fitting Toolbox by default, &lt;br&gt;
it is available as an add-on product.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.mathworks.com/academia/student_version/companion.html&quot;&gt;http://www.mathworks.com/academia/student_version/companion.html&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
If you're interested in purchasing this toolbox, go to the Store website at &lt;br&gt;
the top of the page I linked above or contact Customer Service.&lt;br&gt;
&lt;br&gt;
-- &lt;br&gt;
Steve Lord&lt;br&gt;
slord@mathworks.com </description>
    </item>
    <item>
      <pubDate>Fri, 27 Mar 2009 13:43:01 -0400</pubDate>
      <title>Re: Fitting in Matlab</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/247648#638168</link>
      <author>someone </author>
      <description>&quot;Alexander&quot; &amp;lt;alexander.erlich@gmail.com&amp;gt; wrote in message &amp;lt;gqibp5$5dm$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Hello, &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I use a student version of Matlab R2007a, and I have a question about fitting. The student version comes without the Curve Fitting Toolbox. However, there is a way of intuitive GUI fitting, but it's very limited: In my version, if I go to Tools --&amp;gt; Basic fitting (in any figure window), I can for example choose linear fitting. Unfortunately, only one dataset can be fitted simultaneously, and there is no way to exclude bad points from the fit.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I have to do a lot of fitting regularly (mostly linear regression), and in most problems I require to fit several datasets in one figure, as well as to be able to exclude points in a dataset from fitting. Do you know a good way to do that (apart from coding every fit by hand)? &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Matlab is really wonderful for manipulating data (recorded in physical experiments), it's also wonderful for plotting, so I guess there must be some way do some good fitting with it. I'd really hate to have to change to other tools like Origin oder Igor Pro, which by the way do not even have native Linux versions. &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; That's why I'm really curious about your replies!&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Alexander&lt;br&gt;
&lt;br&gt;
You can download EzyFit from the MATLAB FEX at:&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.mathworks.com/matlabcentral/fileexchange/10176&quot;&gt;http://www.mathworks.com/matlabcentral/fileexchange/10176&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
(Its a free curve fitting toolbox.)</description>
    </item>
  </channel>
</rss>

