Azzera filtri
Azzera filtri

How do you use function handles on polynomial functions?

2 visualizzazioni (ultimi 30 giorni)
I get an error message on this....
fplot(@x^2 + 3*x +3,[0, 10])

Risposta accettata

Walter Roberson
Walter Roberson il 2 Dic 2013
fplot(@(x) x^2 + 3*x +3,[0, 10])

Più risposte (0)

Categorie

Scopri di più su Polynomials 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!

Translated by