- initialize a variable to the identity element for the operation you are using with respect to the field or group that you are calculating over
- loop over all elements of the array
- inside the loop, replace the variable with OPERATION applied between the variable and the loop value
- at the end of the loop, the variable holds the answer.
Sum of a Vector using a for loop
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Abraham Robledo
el 7 de Feb. de 2019
Comentada: Adam Juckniewitz
el 6 de Nov. de 2019
How can I find the sum of vector x=[3 5 12 42 67], using a simple for loop?
0 comentarios
Respuesta aceptada
Walter Roberson
el 7 de Feb. de 2019
Hint:
4 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Loops and Conditional Statements en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!