f(x)=x²+2.000 syntax code
Show older comments
f(x)=x²+2.000 syntax code
Answers (1)
f = @(x) x.^2 + 2;
fplot(f)
Categories
Find more on Embedded Coder in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!