1. 首页
  2. 编程语言
  3. 其他
  4. Matlab椭圆拟合函数

Matlab椭圆拟合函数

上传者: 2018-12-20 06:53:39上传 NONE文件 2.69KB 热度 78次
function [varargout]=ellipsefit(x,y) %ELLIPSEFIT Stable Direct Least Squares Ellipse Fit to Data. % [Xc,Yc,A,B,Phi,P]=ELLIPSEFIT(X,Y) finds the least squares ellipse that % best fits the data in X and Y. X and Y must have at least 5 data points. % Xc and Yc are the x- and y-axis center of the ellipse respectively. % A and B are the major and minor axis of the ellipse respectively. % Phi is the radian angle of the major axis with respect to the x-axis. % P is a vector containing the general conic parameters of the ellipse.
下载地址
用户评论
幸福小猿 2025-01-07 08:00:09

很有用,感谢!

belindalili 2025-01-06 21:36:40

运行了,能拟合出来。

gaojiebao524 2024-12-27 19:50:45

很好!我试了可以运行!

heilongjiangqiqihaer 2024-12-31 18:34:08

资源不错,相当好用,

kaway31198 2025-01-04 13:02:49

这个很好用,没具体看里面的代码,只是想拟合一个椭圆,然后用这个函数轻松完成