HOW DO I GRAPH 1+2z^1+3Z^2 +4Z^3?
1 回表示 (過去 30 日間)
古いコメントを表示
HOW DO I GRAPH 1+2z^1+3Z^2 +4Z^3?
THANKS!
0 件のコメント
採用された回答
Youssef Khmou
2013 年 10 月 9 日
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 件のコメント
その他の回答 (1 件)
参考
カテゴリ
Help Center および File Exchange で Graph and Network Algorithms についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!