How to write a Equation of summation in Matlab
2 views (last 30 days)
Show older comments
Hi Members. I'm stuck with this equation.
How to write this equation in Matlab. Thank you very much
0 Comments
Accepted Answer
madhan ravi
on 2 Dec 2018
Edited: madhan ravi
on 2 Dec 2018
cumsum() or symsum()
2 Comments
madhan ravi
on 2 Dec 2018
See the documentation of symsum() and cumsum() there lots of examples given there to understand.
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!