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 Ansichten (letzte 30 Tage)
i am unable to do this question, pls help.
  2 Kommentare
James Tursa
James Tursa am 30 Jul. 2019
Bearbeitet: James Tursa am 30 Jul. 2019
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 am 30 Jul. 2019
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.

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Alex Burbee
Alex Burbee am 30 Jul. 2019
function y = solveEQU(x)
y =
%type your equation you want to solve
end
  4 Kommentare

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Get Started with MATLAB finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by