HOW DO I GRAPH 1+2z^1+3Z^2 +4Z^3?
4 views (last 30 days)
Show older comments
HOW DO I GRAPH 1+2z^1+3Z^2 +4Z^3?
THANKS!
0 Comments
Accepted Answer
Youssef Khmou
on 9 Oct 2013
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])
0 Comments
More Answers (1)
See Also
Categories
Find more on Graph and Network Algorithms 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!