About 960,000 results
Open links in new tab
  1. polyfit - Polynomial curve fitting - MATLAB - MathWorks

    = polyfit(x,y,n) performs centering and scaling to improve the numerical properties of both the polynomial and the fitting algorithm. This syntax additionally returns mu, which is a two …

  2. Polynomial Curve Fitting - MATLAB & Simulink - MathWorks

    This example shows how to fit a polynomial curve to a set of data points using the polyfit function.

  3. polyval - Polynomial evaluation - MATLAB - MathWorks

    Use polyfit with three outputs to fit a 5th-degree polynomial using centering and scaling, which improves the numerical properties of the problem. polyfit centers the data in year at 0 and …

  4. Programmatic Fitting - MATLAB & Simulink - MathWorks

    The off-diagonal elements are very close to 1, indicating that there is a strong statistical correlation between the variables cdate and pop. Fit a Polynomial to the Data This portion of …

  5. polyconf - Polynomial confidence intervals - MATLAB

    This MATLAB function evaluates the polynomial p at the values in X.

  6. polyfit - Ajuste polinomial de curvas - MATLAB - MathWorks

    Esta función de MATLAB devuelve los coeficientes de un polinomio p(x) de grado n que mejor encajen (o que tengan los mínimos cuadrados) con los datos de y.

  7. fit - Fit curve or surface to data - MATLAB - MathWorks

    This MATLAB function creates the fit to the data in x and y with the model specified by fitType.

  8. Fit Exponential Models - MATLAB & Simulink - MathWorks

    Fit Exponential Models Using the fit Function Open in MATLAB Online Copy Command This example shows how to fit an exponential model to data using the fit function. The exponential …

  9. polyfitn - File Exchange - MATLAB Central - MathWorks

    Apr 27, 2016 · Polyfitn is an extension of polyfit, allowing the user to create models with more than one independent variable. It also allows the user to specify a general model, for example, …

  10. How can I perform multivariable polynomial curve fitting?

    May 15, 2013 · Hey Community! I am looking to perform a polynomial curve fit on a set of data so that I get a multivariable polynomial. I have successfully been able to fit a variable on an …