The Octave Forge package repository is no longer actively maintained. Please find Octave Packages at https://packages.octave.org.

Navigation

Operators and Keywords

Function List:

C++ API

 CUMSUMSKIPNAN  Cumulative sum while skiping NaN's. 
 If DIM is omitted, it defaults to the first non-singleton dimension.
 
 Y = cumsumskipnan(x [,DIM])
 
 x	input data 	
 DIM	dimension (default: [])
 y	resulting sum

 see also: CUMSUM, SUMSKIPNAN

Package: nan