- initializing the result to 0, and looping over all of the possibilities, adding each term to the result
- using sum()
- using symsum() if you have access to the symbolic toolbox. This should be used only for formula and not for specific numeric values.
summation of numbers
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I have uploaded an file ,plz tell how to implement that formula
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 7 Jan. 2012
Generally speaking, summation can be done through three standard methods:
4 Kommentare
Walter Roberson
am 7 Jan. 2012
So that would appear to be external information representable as an array. In that case the above code should work.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Surface and Mesh Plots 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!