Polynomial calculation in matlab

1 次查看(过去 30 天)
Michael
Michael 2014-10-24
回答: Yu Jiang 2014-10-24
I need some help with making a program that calculates the value for f(x) = 3x^3 + x^2 +4x -6 and then plot f(x) for x from -1 to 1.

回答(1 个)

Yu Jiang
Yu Jiang 2014-10-24
Take a look at the first example on this webpage
and replace the "sin(x)" in it with your polynomial.
Also, to get the range you want, change
x = 0:pi/100:2*pi;
to, for example
x = 0:1/100:1;

类别

Help CenterFile Exchange 中查找有关 Polynomials 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by