How to plot the function f(x)=x^3 - 4x^2 +1 for x∈[0,25]
61 ビュー (過去 30 日間)
古いコメントを表示
採用された回答
pfb
2015 年 4 月 14 日
You almost got it. Since x is a vector, you should use elementwise operators. not x^2 (what's the square of a vector?) but x.^2.
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!