Why does the RSUMS function from the Symbolic Math Toolbox return an incorrect result when I specify a range over which to integrate?
Show older comments
If I call the RSUMS function using the syntax:
syms x
rsums(x, 0, 10)
I receive a value of 5, which is incorrect. The value should be 50.
Accepted Answer
More Answers (0)
Categories
Find more on Programming in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!