Summation series on matlab
Mostrar comentarios más antiguos
How would I implement this equation in function using matlab

2 comentarios
James Tursa
el 22 de Mayo de 2015
Editada: James Tursa
el 22 de Mayo de 2015
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
el 22 de Mayo de 2015
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?
Respuestas (1)
ammar ansari
el 22 de Mayo de 2015
0 votos
3 comentarios
James Tursa
el 22 de Mayo de 2015
What is the purpose of coding this? You already know the answer. Do you want to look at partial sums for some reason?
ammar ansari
el 22 de Mayo de 2015
Image Analyst
el 23 de Mayo de 2015
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.
Categorías
Más información sobre MATLAB Coder en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!