Clear Filters
Clear Filters

How can be take sum over the subscript of a variable using matlab

3 views (last 30 days)
Hellow guys
Suppose I am interested in summing of the variable, e.g
over its subscript "i" How can i do this in the symbolic toolkit?

Answers (1)

Walter Roberson
Walter Roberson on 26 Apr 2017
sum(X(1:5).^2)

Categories

Find more on Symbolic Math Toolbox in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!