Cumulative Function
I have a lengthy program that returns a row matrix (dN) as one of the results. What I need to do is to take the the value of the prior row and add it to the current row and iterate through the whole list. I get the result I need doing it manually, but the number of rows is variable (h) and large, +500.
Any help on a quick method to run this would be appreciated. My attempts at an i=0,1.. h soultion end up in a singular answer rather than the list of values I need.

