About 929,000 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. polyval - Valutazione polinomiale - MATLAB - MathWorks

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

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

  5. polyvalm - Matrix polynomial evaluation - MATLAB - MathWorks

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

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

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

  8. poly - Polynomial with specified roots or characteristic polynomial ...

    This MATLAB function, where r is a vector, returns the coefficients of the polynomial whose roots are the elements of r.

  9. Polynômes - MATLAB & Simulink - MathWorks

    Créer et évaluer des polynômes 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. Roots of Polynomials Calculate …

  10. Polynomials - MATLAB & Simulink - MathWorks

    Polynomials are equations of a single variable with nonnegative integer exponents. MATLAB ® represents polynomials with numeric vectors containing the polynomial coefficients ordered by …