Summation series on matlab
조회 수: 1 (최근 30일)
이전 댓글 표시
How would I implement this equation in function using matlab
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/150447/image.png)
댓글 수: 2
James Tursa
2015년 5월 22일
편집: James Tursa
2015년 5월 22일
Why is there a "matlab coder" tag on this post? Are you trying to do this for an embedded system for some reason?
If it is not a coder question, and you don't want to use the inbuild pi() function, then what specifically are you trying to do? Code up partial sums until some tolerance is reached? Or what? What have you done so far?
Walter Roberson
2015년 5월 22일
You marked this with the tag "matlab coder". Is this something you need to be able to generate C code for? Or is this something you can use the symbolic toolkit for?
답변 (1개)
ammar ansari
2015년 5월 22일
댓글 수: 3
Image Analyst
2015년 5월 23일
I got rid of the useless matlab tag and added "infinite series" for you. By the way, you should just post this as an edit or comment to your original post rather than as an official "Answer" to your original post, which it's clearly not.
Also, is this homework? Looks like it. If it is, guidelines say that you mark it as homework otherwise someone may give you the complete answer and you run into ethical problems.
참고 항목
카테고리
Help Center 및 File Exchange에서 Matrix Indexing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!