Write a MATLAB Function takes x as the argument and calculates "y" by using the relation: y=x/2+x^2/​4+x^3/8+x^​4/16+...

2 次查看(过去 30 天)
i am unable to do this question, pls help.

采纳的回答

Alex Burbee
Alex Burbee 2019-7-30
function y = solveEQU(x)
y =
%type your equation you want to solve
end
  4 个评论

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Get Started with MATLAB 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by