Trouble with symsum function

3 次查看(过去 30 天)
Hello,
I am currently trying to calculate a scalar using the sum of two predetermined numbers and the summation of a small operation applied to values in a column matrix. The two predetermined numbers are the ends of the matrix, but the other part of the summation is what is tripping me up. I would like to index the matrix in a general form ( as the size of the column matrix will change with different inputs. I get an error that states "Index exceeds matrix dimensions." How can I fix this, I am not sure where I am going wrong. Here is my code so far:

采纳的回答

Walter Roberson
Walter Roberson 2018-4-24
You can never use a symbolic variable as an index.
symsum is for finding closed form formula, not for adding a definite sequence of terms. If the number of terms is known then calculate them all in vector form and sum() the calculated elements.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Creating, Deleting, and Querying Graphics Objects 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by