Matlab function for least squares fitting of X-Y data to a circle
Ahora está siguiendo esta publicación
- Verá actualizaciones en las notificaciones de contenido en seguimiento.
- Podrá recibir correos electrónicos, en función de las preferencias de comunicación que haya establecido.
Matlab function for least squares fitting of two-dimensional data to a circle.
circfit(X,Y) returns scalar radius R of a fitted circle. X and Y are 1-D arrays of position data in a rectilinear coordinate system. X and Y must be the same length and must contain at least three non-colinear points in order for a valid solution to be found. The function can also return position of the center of the fitted circle and the root mean squared error of the fit.
Additional functions to fit curvature, check colinearity, calculate root mean squared error, and plot the fitted result are included.
Citar como
Andrew Horchler (2026). circfit (https://github.com/horchler/circfit), GitHub. Recuperado .
Categorías
Más información sobre Nonlinear Least Squares (Curve Fitting) en Help Center y MATLAB Answers.
Información general
- Versión 1.3.0.0 (9,67 KB)
-
Ver licencia en GitHub
Compatibilidad con la versión de MATLAB
- Compatible con cualquier versión
Compatibilidad con las plataformas
- Windows
- macOS
- Linux
No se pueden descargar versiones que utilicen la rama predeterminada de GitHub
| Versión | Publicado | Notas de la versión | Action |
|---|---|---|---|
| 1.3.0.0 |
Added image
|
