搜索资源列表
CircleFitByPratt
- Input: XY(n,2) is the array of coordinates of n points x(i)=XY(i,1), y(i)=XY(i,2) Output: Par = [a b R] is the fitting circle: center (a,b) and radius R Note: this fit does not use built-in matrix functions (except "mean"), so it can be
circles_matlab
- 两个同心圆的matlab算法,且标注有半径R,用于2D图形编程-Matlab algorithm in two concentric circles, and marked with radius R, for 2D graphical programming