HOW TO WRITE SUMMATION FORM ∑_(i=1) (L-1)
2 views (last 30 days)
Show older comments
LOWER LIMIT IS i=0, upper limit is L-1(L=256)
0 Comments
Answers (2)
Laurent
on 4 Sep 2013
Make an appropriate vector with the values that you want to sum (or select the values from an array containing them) and use the command 'sum'.
0 Comments
See Also
Categories
Find more on Resizing and Reshaping Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!