HOW DO I GRAPH 1+2z^1+3Z^2 +4Z^3?

 Accepted Answer

There are more than 4 ways to graph the function,you also did not mention the range .
fast way :
>>fplot('1+2*x+3*(x^2)+4*(x^3)',[0 100])

More Answers (1)

Categories

Find more on Graph and Network Algorithms in Help Center and File Exchange

Tags

Asked:

on 9 Oct 2013

Commented:

on 9 Oct 2013

Community Treasure Hunt

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

Start Hunting!