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.
  댓글 수: 2
James Tursa
James Tursa 2019년 7월 30일
편집: James Tursa 2019년 7월 30일
What have you done so far? What specific problems are you having with your code? Do you know how to write a MATLAB function file? See this link:
Taqi Zaidi
Taqi Zaidi 2019년 7월 30일
I am having exam tomorrow, i was going through past papers and saw this question. I was unable to understand it, so i thought to take help from this forum.

댓글을 달려면 로그인하십시오.

채택된 답변

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