You are on page 1of 1

1)

>> fplot('0.21*x^3-0.84*x^2+0.34*tan(x)+.89',[-1.34,1.34],'b*');

>> grid on

2)

>> fplot('10*x^3-5*x^2+2*x- 1',[-10,10],'mo--');

>> grid on

3)

fplot('-3.45*x^4+2.98*x^3-4.34*x^2+1.24*sec(x)-cos(3)',[-3.98,3.98],'rd:')

You might also like