What would a good script m-file that calculates A polynomial of degree n?

2 views (last 30 days)
I want to be able to write this file where I can input a x value and a c value for the polynomial. Ex. p(x)= c1 = c2*x + c3*x^2+...+cn+1 x^(n). I want find the value of p(x)

Answers (0)

Categories

Find more on Polynomials in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!