% We will try to fit the best ellipse to the given measurements. the mathematical % representation of use will be the CONIC Equation of the Ellipse which is: % % Ellipse = a*x^2 + b*x*y + c*y^2 + d*x + e*y + f = 0 % % The fit-estimation method of use is the Least Squares method (without any weights)