HOW TO WRITE SUMMATION FORM ∑_(i=1) (L-1)
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
LOWER LIMIT IS i=0, upper limit is L-1(L=256)
0 Kommentare
Antworten (2)
Laurent
am 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 Kommentare
Siehe auch
Kategorien
Mehr zu Resizing and Reshaping Matrices finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!