Summation with For Loop 2
Afficher commentaires plus anciens
Hi, wanted to ask how to i do summation for this loop? Thanks for any help.

2 commentaires
Scott MacKenzie
le 24 Avr 2021
If the f-terms are in arrays A and B. Then the solution is
sum(abs(A)) - abs(sum(B))
Of course, you'll need to do the work of computing A and B. But, your question was about summation.
Jwo Jiunn Kon
le 29 Avr 2021
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Loops and Conditional Statements dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!