photo

Arda


Last seen: 9 months 前 自 2023 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 2

查看徽章

Feeds

排序方式:

提问


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); ...

9 months 前 | 2 个回答 | 0

2

个回答

提问


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...

10 months 前 | 1 个回答 | 0

1

个回答