HOW DO I GRAPH 1+2z^1+3Z^2 +4Z^3?
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
HOW DO I GRAPH 1+2z^1+3Z^2 +4Z^3?
THANKS!
0 Commenti
Risposta accettata
Youssef Khmou
il 9 Ott 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 Commenti
Più risposte (1)
Vedere anche
Categorie
Scopri di più su Graph and Network Algorithms in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!