HOW TO WRITE SUMMATION FORM ∑_(i=1) (L-1)
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
LOWER LIMIT IS i=0, upper limit is L-1(L=256)
0 Commenti
Risposte (2)
Laurent
il 4 Set 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 Commenti
Vedere anche
Categorie
Scopri di più su Matrix Indexing in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!