f(x)=x²+2.000 syntax code

3 次查看(过去 30 天)
edwinda ramadahani
edwinda ramadahani 2023-9-23
回答: Stephen23 2023-9-23
f(x)=x²+2.000 syntax code

回答(1 个)

Stephen23
Stephen23 2023-9-23
f = @(x) x.^2 + 2;
fplot(f)

类别

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

标签

Community Treasure Hunt

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

Start Hunting!

Translated by