photo

Arda


Last seen: 8 Monate vor Aktiv seit 2023

Followers: 0   Following: 0

Statistik

  • Thankful Level 2

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


I am getting "Array indices must be positive integers or logical values" in my code.
x = 5; errorThreshold = 0.001; approximatedCos = 0; for i = 0:20 term = ((-1)^i) * (x^(2*i)) / factorial(2*i); ...

8 Monate vor | 2 Antworten | 0

2

Antworten

Frage


How can I write a rational functions?
I just started learning MATLAB and I don't know how to write rational functions. The question asks me to record a function every...

9 Monate vor | 1 Antwort | 0

1

Antwort