<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/237786</link>
    <title>MATLAB Central Newsreader - Best fit ellipse given vertice and a few points</title>
    <description>Feed for thread: Best fit ellipse given vertice and a few points</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>Sun, 19 Oct 2008 18:34:02 -0400</pubDate>
      <title>Best fit ellipse given vertice and a few points</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/237786#606167</link>
      <author>Conrad Andrew</author>
      <description>Hi,&lt;br&gt;
&lt;br&gt;
Is it possible to obtain a best-fit ellipse given a few known points:&lt;br&gt;
&amp;nbsp;. One of the vertices&lt;br&gt;
&amp;nbsp;. several points (up to 5) located on one of the quadrants which is adjacent to the known vertex point&lt;br&gt;
&lt;br&gt;
I tried using the FitEllipse function but it doesn't appear to work well with the data that I have. Is there another function that works similarly to FitEllipse using the points that I have?&lt;br&gt;
&lt;br&gt;
Thanks</description>
    </item>
    <item>
      <pubDate>Tue, 21 Oct 2008 10:21:01 -0400</pubDate>
      <title>Re: Best fit ellipse given vertice and a few points</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/237786#606566</link>
      <author>Conrad Andrew</author>
      <description>&quot;Conrad Andrew&quot; &amp;lt;conrad7@gmx.net&amp;gt; wrote in message &amp;lt;gdfuiq$det$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Hi,&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Is it possible to obtain a best-fit ellipse given a few known points:&lt;br&gt;
&amp;gt;  . One of the vertices&lt;br&gt;
&amp;gt;  . several points (up to 5) located on one of the quadrants which is adjacent to the known vertex point&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I tried using the FitEllipse function but it doesn't appear to work well with the data that I have. Is there another function that works similarly to FitEllipse using the points that I have?&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Thanks&lt;br&gt;
&lt;br&gt;
If it's not possible to solve this problem the way it is, could someone please let me know?</description>
    </item>
    <item>
      <pubDate>Tue, 21 Oct 2008 11:07:01 -0400</pubDate>
      <title>Re: Best fit ellipse given vertice and a few points</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/237786#606574</link>
      <author>John D'Errico</author>
      <description>&quot;Conrad Andrew&quot; &amp;lt;conrad7@gmx.net&amp;gt; wrote in message &amp;lt;gdkaed$bhd$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &quot;Conrad Andrew&quot; &amp;lt;conrad7@gmx.net&amp;gt; wrote in message &amp;lt;gdfuiq$det$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; Hi,&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; Is it possible to obtain a best-fit ellipse given a few known points:&lt;br&gt;
&amp;gt; &amp;gt;  . One of the vertices&lt;br&gt;
&amp;gt; &amp;gt;  . several points (up to 5) located on one of the quadrants which is adjacent to the known vertex point&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; I tried using the FitEllipse function but it doesn't appear to work well with the data that I have. Is there another function that works similarly to FitEllipse using the points that I have?&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; Thanks&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; If it's not possible to solve this problem the way it is, could someone please let me know?&lt;br&gt;
&lt;br&gt;
Yes, it is possible to &quot;fit an ellipse&quot; to data.&lt;br&gt;
&lt;br&gt;
It is also true that you have not provided&lt;br&gt;
enough information about your definition of&lt;br&gt;
what fitting an ellipse means to you. Do you&lt;br&gt;
mean a fit with errors allowed in both x and y?&lt;br&gt;
Will your ellipse be allowed to tilt? What was&lt;br&gt;
inadequate about the fit with the code that&lt;br&gt;
you tried? Does that data have a better fitting&lt;br&gt;
ellipse known to you? Some people want to&lt;br&gt;
achieve a degree of fit to some data that is&lt;br&gt;
wildly better than the data merits. There are&lt;br&gt;
many things we may want in this world that&lt;br&gt;
cannot be achieved.&lt;br&gt;
&lt;br&gt;
Finally, you say that you have UP to 5 points&lt;br&gt;
to fit an ellipse. However, a fully general&lt;br&gt;
ellipse will require AT LEAST 5 points. Any&lt;br&gt;
less than that number and the fit will not&lt;br&gt;
even be unique. More than 5 points and the&lt;br&gt;
fit will not in general be exact, however there&lt;br&gt;
will generally be an optimal choice for the&lt;br&gt;
parameters, regardless of whether the&lt;br&gt;
chosen fitting scheme succeeds in the task.&lt;br&gt;
&lt;br&gt;
John</description>
    </item>
    <item>
      <pubDate>Tue, 21 Oct 2008 11:48:01 -0400</pubDate>
      <title>Re: Best fit ellipse given vertice and a few points</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/237786#606581</link>
      <author>Conrad Andrew</author>
      <description>&quot;John D'Errico&quot; &amp;lt;woodchips@rochester.rr.com&amp;gt; wrote in message &amp;lt;gdkd4l$5on$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &quot;Conrad Andrew&quot; &amp;lt;conrad7@gmx.net&amp;gt; wrote in message &amp;lt;gdkaed$bhd$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; &quot;Conrad Andrew&quot; &amp;lt;conrad7@gmx.net&amp;gt; wrote in message &amp;lt;gdfuiq$det$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; Hi,&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; Is it possible to obtain a best-fit ellipse given a few known points:&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt;  . One of the vertices&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt;  . several points (up to 5) located on one of the quadrants which is adjacent to the known vertex point&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; I tried using the FitEllipse function but it doesn't appear to work well with the data that I have. Is there another function that works similarly to FitEllipse using the points that I have?&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; Thanks&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; If it's not possible to solve this problem the way it is, could someone please let me know?&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Yes, it is possible to &quot;fit an ellipse&quot; to data.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; It is also true that you have not provided&lt;br&gt;
&amp;gt; enough information about your definition of&lt;br&gt;
&amp;gt; what fitting an ellipse means to you. Do you&lt;br&gt;
&amp;gt; mean a fit with errors allowed in both x and y?&lt;br&gt;
&amp;gt; Will your ellipse be allowed to tilt? What was&lt;br&gt;
&amp;gt; inadequate about the fit with the code that&lt;br&gt;
&amp;gt; you tried? Does that data have a better fitting&lt;br&gt;
&amp;gt; ellipse known to you? Some people want to&lt;br&gt;
&amp;gt; achieve a degree of fit to some data that is&lt;br&gt;
&amp;gt; wildly better than the data merits. There are&lt;br&gt;
&amp;gt; many things we may want in this world that&lt;br&gt;
&amp;gt; cannot be achieved.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Finally, you say that you have UP to 5 points&lt;br&gt;
&amp;gt; to fit an ellipse. However, a fully general&lt;br&gt;
&amp;gt; ellipse will require AT LEAST 5 points. Any&lt;br&gt;
&amp;gt; less than that number and the fit will not&lt;br&gt;
&amp;gt; even be unique. More than 5 points and the&lt;br&gt;
&amp;gt; fit will not in general be exact, however there&lt;br&gt;
&amp;gt; will generally be an optimal choice for the&lt;br&gt;
&amp;gt; parameters, regardless of whether the&lt;br&gt;
&amp;gt; chosen fitting scheme succeeds in the task.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; John&lt;br&gt;
&lt;br&gt;
Thanks for your reply John. To answer your questions, I want to fit the data with errors allowed for both x and y. The ellipse may be tilted if the data dictates it. The problem that I have is that Fitelllipse assumes (I think so anyway) that the data provided is spread around the ellipse to be approximated while what I have (5 points) belongs to only one of the quadrants. One additional point provided belongs to the vertex of the ellipse, adjacent to the 5 points provided. What I want is a best fit of an ellipse based on this data if it's possible.&lt;br&gt;
&lt;br&gt;
Thanks for your time&lt;br&gt;
&lt;br&gt;
Conrad</description>
    </item>
    <item>
      <pubDate>Tue, 21 Oct 2008 12:45:04 -0400</pubDate>
      <title>Re: Best fit ellipse given vertice and a few points</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/237786#606594</link>
      <author>John D'Errico</author>
      <description>&quot;Conrad Andrew&quot; &amp;lt;conrad7@gmx.net&amp;gt; wrote in message &amp;lt;gdkfhh$s5q$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&lt;br&gt;
&amp;gt; Thanks for your reply John. To answer your questions, I want to fit the data with errors allowed for both x and y. The ellipse may be tilted if the data dictates it. The problem that I have is that Fitelllipse assumes (I think so anyway) that the data provided is spread around the ellipse to be approximated while what I have (5 points) belongs to only one of the quadrants. One additional point provided belongs to the vertex of the ellipse, adjacent to the 5 points provided. What I want is a best fit of an ellipse based on this data if it's possible.&lt;br&gt;
&amp;gt; &lt;br&gt;
&lt;br&gt;
Fits to a curve with errors in both x and y&lt;br&gt;
are quite difficult in general. The problem&lt;br&gt;
is, given a point in the (x,y) plane, and a&lt;br&gt;
general ellipse defined by a set of parameters,&lt;br&gt;
what is the distance to that ellipse from the&lt;br&gt;
point?&lt;br&gt;
&lt;br&gt;
The fact that your data lies all in one quadrant&lt;br&gt;
is a problem because the fitting scheme will&lt;br&gt;
be a nonlinear one. So if I had to come up&lt;br&gt;
with starting values for the ellipse parameters,&lt;br&gt;
I would use either eig or svd to estimate the&lt;br&gt;
ellipse orientation and size. But that would&lt;br&gt;
indeed presume a set of points that were&lt;br&gt;
scattered around the perimeter of the ellipse.&lt;br&gt;
&lt;br&gt;
If you have additional information about a&lt;br&gt;
vertex of the ellipse (do you mean that point&lt;br&gt;
where the ellipse is most highly curved when&lt;br&gt;
you say vertex?) I'm not sure that this provides&lt;br&gt;
you with anything useful beyond the fact that&lt;br&gt;
the ellipse passes through that point.&lt;br&gt;
&lt;br&gt;
John</description>
    </item>
    <item>
      <pubDate>Tue, 21 Oct 2008 13:29:02 -0400</pubDate>
      <title>Re: Best fit ellipse given vertice and a few points</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/237786#606603</link>
      <author>Lorenzo Guerrasio</author>
      <description>&lt;br&gt;
&amp;gt; Thanks for your reply John. To answer your questions, I want to fit the data with errors allowed for both x and y. The ellipse may be tilted if the data dictates it. The problem that I have is that Fitelllipse assumes (I think so anyway) that the data provided is spread around the ellipse to be approximated while what I have (5 points) belongs to only one of the quadrants. One additional point provided belongs to the vertex of the ellipse, adjacent to the 5 points provided. What I want is a best fit of an ellipse based on this data if it's possible.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Thanks for your time&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Conrad&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
I'm not 100% sure,but I guess it would be licit, knowing that all the points belong only to one of the quadrant and knowing the vertex,to fit an ellipse with these points and the simmetrical rispect to the vertex. I think with this information you could fit the ellipse better. Use the information of the vertex to simplify the problem depends on which methods of fitting you are using.&lt;br&gt;
&lt;br&gt;
REgards</description>
    </item>
    <item>
      <pubDate>Thu, 23 Oct 2008 11:43:01 -0400</pubDate>
      <title>Re: Best fit ellipse given vertice and a few points</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/237786#606945</link>
      <author>Conrad Andrew</author>
      <description>&quot;Lorenzo Guerrasio&quot; &amp;lt;lorenzo.guerrasio@email.it&amp;gt; wrote in message &amp;lt;gdkleu$6bg$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; Thanks for your reply John. To answer your questions, I want to fit the data with errors allowed for both x and y. The ellipse may be tilted if the data dictates it. The problem that I have is that Fitelllipse assumes (I think so anyway) that the data provided is spread around the ellipse to be approximated while what I have (5 points) belongs to only one of the quadrants. One additional point provided belongs to the vertex of the ellipse, adjacent to the 5 points provided. What I want is a best fit of an ellipse based on this data if it's possible.&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; Thanks for your time&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; Conrad&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I'm not 100% sure,but I guess it would be licit, knowing that all the points belong only to one of the quadrant and knowing the vertex,to fit an ellipse with these points and the simmetrical rispect to the vertex. I think with this information you could fit the ellipse better. Use the information of the vertex to simplify the problem depends on which methods of fitting you are using.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; REgards&lt;br&gt;
&lt;br&gt;
I would have thought that if one quadrant of an ellipse can be approximated, then it must be possible to get the coordonates of the whole ellipse. Does any of you experts out there have a solution that I could use?&lt;br&gt;
&lt;br&gt;
Cheers</description>
    </item>
    <item>
      <pubDate>Thu, 23 Oct 2008 11:57:01 -0400</pubDate>
      <title>Re: Best fit ellipse given vertice and a few points</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/237786#606946</link>
      <author>John D'Errico</author>
      <description>&quot;Conrad Andrew&quot; &amp;lt;conrad7@gmx.net&amp;gt; wrote in message &amp;lt;gdpo05$gn3$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I would have thought that if one quadrant of an ellipse can be approximated, then it must be possible to get the coordonates of the whole ellipse. Does any of you experts out there have a solution that I could use?&lt;br&gt;
&amp;gt; &lt;br&gt;
&lt;br&gt;
The problem is that you there is no assurance that&lt;br&gt;
the part of an ellipse that falls in the first quadrant&lt;br&gt;
will actually be only one quadrant of an ellipse.&lt;br&gt;
You may find that fully half the ellipse falls in the&lt;br&gt;
first quadrant, or you may find the entire ellipse&lt;br&gt;
does so, depending on the orientation and the&lt;br&gt;
center of the ellipse.&lt;br&gt;
&lt;br&gt;
You ask for an expert who will give you a magic&lt;br&gt;
solution. While I might qualify as an expert, the&lt;br&gt;
solution is probably just hard work. To be solved,&lt;br&gt;
this will require an optimization with 5 unknowns.&lt;br&gt;
You need reasonably good starting values, since &lt;br&gt;
it is easy to get trapped in a spurious local&lt;br&gt;
minimum of the sum of squares objective (as&lt;br&gt;
you have clearly found.) And, since you want to&lt;br&gt;
find a solution that solves for a total least squares&lt;br&gt;
solution (allowing errors in both variables) you&lt;br&gt;
will not find any easy way out.&lt;br&gt;
&lt;br&gt;
Sorry, but merely wanting something badly &lt;br&gt;
enough only works if you are wearing a pair of&lt;br&gt;
ruby slippers. Close your eyes, click your heels&lt;br&gt;
together three times, ...  ;-)&lt;br&gt;
&lt;br&gt;
John</description>
    </item>
    <item>
      <pubDate>Fri, 31 Oct 2008 07:56:57 -0400</pubDate>
      <title>Re: Best fit ellipse given vertice and a few points</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/237786#608265</link>
      <author>Richard Brown</author>
      <description>On Oct 22, 12:48=A0am, &quot;Conrad Andrew&quot; &amp;lt;conr...@gmx.net&amp;gt; wrote:&lt;br&gt;
&amp;gt; &quot;John D'Errico&quot; &amp;lt;woodch...@rochester.rr.com&amp;gt; wrote in message &amp;lt;gdkd4l$5o.=&lt;br&gt;
..@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; &quot;Conrad Andrew&quot; &amp;lt;conr...@gmx.net&amp;gt; wrote in message &amp;lt;gdkaed$bh...@fred.m=&lt;br&gt;
athworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &quot;Conrad Andrew&quot; &amp;lt;conr...@gmx.net&amp;gt; wrote in message &amp;lt;gdfuiq$de...@fred=&lt;br&gt;
.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; Hi,&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; Is it possible to obtain a best-fit ellipse given a few known point=&lt;br&gt;
s:&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; =A0. One of the vertices&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; =A0. several points (up to 5) located on one of the quadrants which=&lt;br&gt;
&amp;nbsp;is adjacent to the known vertex point&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; I tried using theFitEllipsefunction but it doesn't appear to work w=&lt;br&gt;
ell with the data that I have. Is there another function that works similar=&lt;br&gt;
ly toFitEllipseusing the points that I have?&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; &amp;gt; Thanks&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; If it's not possible to solve this problem the way it is, could someo=&lt;br&gt;
ne please let me know?&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; Yes, it is possible to &quot;fit an ellipse&quot; to data.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; It is also true that you have not provided&lt;br&gt;
&amp;gt; &amp;gt; enough information about your definition of&lt;br&gt;
&amp;gt; &amp;gt; what fitting an ellipse means to you. Do you&lt;br&gt;
&amp;gt; &amp;gt; mean a fit with errors allowed in both x and y?&lt;br&gt;
&amp;gt; &amp;gt; Will your ellipse be allowed to tilt? What was&lt;br&gt;
&amp;gt; &amp;gt; inadequate about the fit with the code that&lt;br&gt;
&amp;gt; &amp;gt; you tried? Does that data have a better fitting&lt;br&gt;
&amp;gt; &amp;gt; ellipse known to you? Some people want to&lt;br&gt;
&amp;gt; &amp;gt; achieve a degree of fit to some data that is&lt;br&gt;
&amp;gt; &amp;gt; wildly better than the data merits. There are&lt;br&gt;
&amp;gt; &amp;gt; many things we may want in this world that&lt;br&gt;
&amp;gt; &amp;gt; cannot be achieved.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; Finally, you say that you have UP to 5 points&lt;br&gt;
&amp;gt; &amp;gt; to fit an ellipse. However, a fully general&lt;br&gt;
&amp;gt; &amp;gt; ellipse will require AT LEAST 5 points. Any&lt;br&gt;
&amp;gt; &amp;gt; less than that number and the fit will not&lt;br&gt;
&amp;gt; &amp;gt; even be unique. More than 5 points and the&lt;br&gt;
&amp;gt; &amp;gt; fit will not in general be exact, however there&lt;br&gt;
&amp;gt; &amp;gt; will generally be an optimal choice for the&lt;br&gt;
&amp;gt; &amp;gt; parameters, regardless of whether the&lt;br&gt;
&amp;gt; &amp;gt; chosen fitting scheme succeeds in the task.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; John&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Thanks for your reply John. To answer your questions, I want to fit the d=&lt;br&gt;
ata with errors allowed for both x and y. The ellipse may be tilted if the =&lt;br&gt;
data dictates it. The problem that I have is that Fitelllipse assumes (I th=&lt;br&gt;
ink so anyway) that the data provided is spread around the ellipse to be ap=&lt;br&gt;
proximated while what I have (5 points) belongs to only one of the quadrant=&lt;br&gt;
s. One additional point provided belongs to the vertex of the ellipse, adja=&lt;br&gt;
cent to the 5 points provided. What I want is a best fit of an ellipse base=&lt;br&gt;
d on this data if it's possible.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Thanks for your time&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Conrad&lt;br&gt;
&lt;br&gt;
Is it my fitellipse that you are using? ( &lt;a href=&quot;http://www.mathworks.com/matlabce=&quot;&gt;http://www.mathworks.com/matlabce=&lt;/a&gt;&lt;br&gt;
ntral/fileexchange/15125&lt;br&gt;
)&lt;br&gt;
This uses nonlinear least squares and might work for your data - it&lt;br&gt;
doesn't *assume* that your data is spread around the whole ellipse per&lt;br&gt;
se.&lt;br&gt;
&lt;br&gt;
Can you post a sample of your data?&lt;br&gt;
&lt;br&gt;
cheers,&lt;br&gt;
&lt;br&gt;
Richard</description>
    </item>
  </channel>
</rss>

