Clear Filters
Clear Filters

f(x)=x²+2.000 syntax code

3 views (last 30 days)
edwinda ramadahani
edwinda ramadahani on 23 Sep 2023
Answered: Stephen23 on 23 Sep 2023
f(x)=x²+2.000 syntax code

Answers (1)

Stephen23
Stephen23 on 23 Sep 2023
f = @(x) x.^2 + 2;
fplot(f)

Categories

Find more on Multidimensional Arrays 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!