HOW TO WRITE SUMMATION FORM ∑_(i=1) (L-1)
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
LOWER LIMIT IS i=0, upper limit is L-1(L=256)
0 commentaires
Réponses (2)
Laurent
le 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 commentaires
Voir également
Catégories
En savoir plus sur Resizing and Reshaping Matrices dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!