About 61 results
Open links in new tab
  1. polyval - Polynomial evaluation - MATLAB - MathWorks

    This MATLAB function evaluates the polynomial p at each point in x.

  2. Create and Evaluate Polynomials - MATLAB & Simulink - MathWorks

    This example shows how to represent a polynomial as a vector in MATLAB® and evaluate the polynomial at points of interest.

  3. polyvalm - Matrix polynomial evaluation - MATLAB - MathWorks

    This MATLAB function returns the evaluation of polynomial p in a matrix sense.

  4. polyval - Valutazione polinomiale - MATLAB - MathWorks

    Questa funzione MATLAB valuta il polinomio p in ciascun punto di x.

  5. polyval - Évaluation de polynôme - MATLAB - MathWorks

    Cette fonction MATLAB évalue le polynôme p à chaque point de x.

  6. polyfit - Polynomial curve fitting - MATLAB - MathWorks

    This MATLAB function returns the coefficients for a polynomial p(x) of degree n that is a best fit (in a least-squares sense) for the data in y.

  7. Using Polyfiti, Polyval, and plotting - MATLAB Answers - MATLAB Central

    Oct 31, 2019 · Using Polyfiti, Polyval, and plotting. Learn more about polyfit, polyval, approximation, poly, functions

  8. 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.

  9. Créer et évaluer des polynômes - MATLAB & Simulink - MathWorks

    Cet exemple montre comment représenter un polynôme en tant que vecteur dans MATLAB® et évaluer le polynôme aux points d’intérêt.

  10. 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 the example …