Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

how to do summation

1 vue (au cours des 30 derniers jours)
Tudor
Tudor le 30 Mar 2013
Clôturé : MATLAB Answer Bot le 20 Août 2021
Hello I just starded using matlab for my disertation (I used it before but nothing very advanced). I am trying to do this sumation and I can't find the right way this is how it is written:
OTM(i) = sum(where j= from i to 12) F(j)*(H(j)-H(i));
I would realy apreciate this.

Réponses (1)

Walter Roberson
Walter Roberson le 30 Mar 2013
sum(F(1:12) .* (H(1:12) - H(i)))

Cette question est clôturée.

Tags

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by