
polyval - Polynomial evaluation - MATLAB - MathWorks
This MATLAB function evaluates the polynomial p at each point in x.
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.
polyval - Valutazione polinomiale - MATLAB - MathWorks
Questa funzione MATLAB valuta il polinomio p in ciascun punto di x.
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.
polyvalm - Matrix polynomial evaluation - MATLAB - MathWorks
This MATLAB function returns the evaluation of polynomial p in a matrix sense.
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.
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 …
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.
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 …
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 …