help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Cumulant vector


From: Oscar Bayona Candel
Subject: Cumulant vector
Date: Mon, 22 Oct 2007 14:07:07 +0200

Hi all,
 
There is some function or easy way in Octave that permit you acumulate reference points?
 
I mena, for example,
 
a=[1 2 3 4 5] 
 
b=[1 3 6 10 15]
 
b sums the previous sum of the matrix.
 
so that b is the results of doing these kind of operations:
 
 
b[1,1)=a(1,1)
 
b(1.2)=b(1.1)+a(1.2)....b(1.5)=b(1.4)+b(1.5)
 
Thanks in advance.
 


Express yourself instantly with MSN Messenger! MSN Messenger

reply via email to

[Prev in Thread] Current Thread [Next in Thread]