Update array elements with the element before
Mostrar comentarios más antiguos
Hey, How can i update array elements by adding to each element the whole elements before, e.g if i have an array with (1 2 3 4 5 6) i want to have the answer of (1 1+2 1+2+3 1+2+3+4 --------)?
Best regards!
Respuestas (1)
Categorías
Más información sobre Logical en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!