フィルターのクリア

How do you use function handles on polynomial functions?

2 ビュー (過去 30 日間)
Ahmed
Ahmed 2013 年 12 月 2 日
回答済み: Walter Roberson 2013 年 12 月 2 日
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 Center および File ExchangePolynomials についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by