![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/31765808_1697742938577_DEF.jpg)
Arda
Followers: 0 Following: 0
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); ...
대략 1년 전 | 답변 수: 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...
1년 초과 전 | 답변 수: 1 | 0