|
|
||||||
|---|---|---|---|---|---|---|
| Date | File | Tags |
Downloads (last 30 days) |
Comments | Ratings | |
| 19 Nov 2009 |
|
Free-knots spline approximation Least squares approximation of 1D data using free-knots spline | 84 | 0 | ||
| 29 Oct 2009 |
|
SLM - Shape Language Modeling Least squares spline modeling using shape primitives | 331 | 11 | ||
| 09 Sep 2009 |
|
General Least Squares Regression Multi Dimensional Multivariable Least Squares Regression | 221 | 4 | ||
| 20 Aug 2009 | Very large AR regressions Very large autoregressions | 19 | 0 | |||
| 17 Aug 2009 | sumsqint Finds all distinct ways of writing a number as the sum of squares, i.e. solve x^2+y^2=n for 0<=x<=y. | 143 | 1 | |||
| 17 Jul 2009 |
|
Ellipsoid fit Fits an ellipsoid to data using linear least squares. | 101 | 0 | ||
| 14 May 2009 | Discrete Least-Squares Rational Approximation Constructs discrete least-squares rational approximations to data using a full-Newton algorithm. | 18 | 0 | |||
| 09 May 2009 | 3D Least squares polynomial fit in x and y Fit a two dimensional f(x,y) polynomial to sampled x,y,z data triplets | 58 | 3 | |||
| 10 Apr 2009 | Nlsqbnd Non linear Leasr Squares Solver with box constraints/ | 16 | 0 | |||
| 18 Mar 2009 |
|
Four-Parameter Sinefit Least squares sinusoid fit. Optimization toolbox not needed. Data can be non-uniformly sampled. | 25 | 0 | ||
| 07 Feb 2009 |
|
Model Replay Performs state or parameter estimation of process models using the APMonitor executable. | 18 | 0 | ||
| 29 Jan 2009 | Orthogonal Least Squares Algorithms for Sparse Signal Reconstruction Greedy Algorithms for Underdetermined but Sparse Solutions | 62 | 0 | |||
| 27 Jan 2009 |
|
LMFnlsq - Solution of nonlinear least squares Efficient and stable Levenberg-Marquard-Fletcher method for solving of nonlinear equations | 212 | 11 | ||
| 16 Jan 2009 |
|
Ellipse Fit (Direct method) Fits an ellipse to a set of points on a plane; returns the coefficients of the ellipse's equation | 124 | 4 | ||
| 14 Jan 2009 |
|
Ellipse Fit (Taubin method) Fits an ellipse to a set of points on a plane; returns coefficients of the ellipse's equation. | 82 | 0 | ||
| 13 Jan 2009 |
|
Circle Fit (Taubin method) Fits a circle to a set of data points on a plane; returns the circle center (a,b) and radius R. | 174 | 0 | ||
| 06 Jan 2009 |
|
Cleve's Corner: Experiments with MATLAB Free, online book for educators and high-school students looking to go beyond the standard courses | 95 | 1 | ||
| 20 Dec 2008 |
|
PIL Parameter Identification Library | 34 | 5 | ||
| 13 Dec 2008 | Ellipse Fit Given a set of points (x, y) this function returns the best fit ellipse. | 105 | 1 | |||
| 04 Dec 2008 | Lomb normalized periodogram Both functions calculate the Lomb-Scargle periodogram (aka Gauss-Vanicek/Least-squares spectrum) | 40 | 1 | |||
| 08 Nov 2008 |
|
Analytical solution for Orthogonal Linear Least Squares in two dimensions The function returns the Orthogonal Linear Least Squares estimate for parameters of line ax+by+c=0 | 162 | 0 | ||
| 12 Sep 2008 | weighted least-squares + weighted min-max optimization Optimization using both weighted least squares and weighted min-max | 23 | 0 | |||
| 23 Jun 2008 | Fminspleas Efficient nonlinear regression fitting using a constrained, partitioned least squares overlay to fmi | 240 | 3 | |||
| 12 May 2008 | Least squares with minimum-norm solution Least squares with minimum-norm solution | 23 | 3 | |||
| 13 Nov 2007 | weighted total least squares straight line fit Calculates the parameters (and their uncertainties) to data with uncertainties in both coordinates | 102 | 2 | |||
| 20 Sep 2007 | PLS perform PLS calculation by using NIPALS algorithm. | 51 | 4 | |||
| 19 Sep 2007 | LSE A linear least squares solver, subject to linear equality constraints | 182 | 4 | |||
| 13 Aug 2007 |
|
OLS This functions implements the algorithm of Orthogonal Least Squares. It can be used to rank regresso | 168 | 4 | ||
| 29 May 2007 |
|
fitellipse.m Fit ellipses to 2D points using linear or nonlinear least squares | 55 | 2 | ||
| 21 May 2007 |
|
fitcircle.m Fits circles to 2D data using nonlinear least squares to minimise geometric error | 34 | 3 | ||
| 18 Apr 2007 | active set algorithm solve linear least squares problem with nonnegative variables | 26 | 3 | |||
| 13 Apr 2007 | apR2p Approximate determination coefficient (R2) for prediction. | 16 | 0 | |||
| 11 Apr 2007 | press Prediction error sum of squares. | 48 | 3 | |||
| 10 Oct 2006 | Orthogonal Linear Regression in 3D-space by using Principal Components Analysis Orthogonal Linear Regression by using PCA | 135 | 0 | |||
| 26 May 2006 | Rational Polynomial curve fitting Fits a function to a quotient of polynomials | 131 | 0 | |||
| 08 Aug 2005 | Find numbers which can be expressed as Sum of Squares of Positive Integers Suite of 4 fns to find 2 groups of Positive Integers, whose Sum of Squares equals product of ?r? Pri | 133 | 0 | |||
| 13 Jan 2005 | Orthogonal Linear Regression Fits a line y=p0+p1*y to a dataset (xdata,ydata) in an orthogonal way. | 73 | 10 | |||
| 22 Dec 2004 |
|
Comprehensive DSP Toolbox v1.0 General digital signal processing toolbox for MATLAB containing 20 useful functions. | 37 | 4 | ||
| 29 Jul 2004 |
|
Circle fit Fit a circle to a set of measured x,y points. | 166 | 15 | ||
| 05 Jan 2004 |
|
LMS Toolbox Least median of squares regression and relative algorithms | 117 | 3 | ||
| 17 Dec 2003 | polyfit3 Fit polynomial to data, with new features as forced to zero coefficients and data weighting. | 13 | 1 | |||
| 02 Oct 2003 |
|
fit_ellipse Find the best fit for an ellipse using a given set of points (a closed contour). | 194 | 19 | ||
NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.
Contact us at files@mathworks.com