How do you use function handles on polynomial functions?

2 次查看(过去 30 天)
I get an error message on this....
fplot(@x^2 + 3*x +3,[0, 10])

采纳的回答

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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Structures 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by