Removing the Nan's and extracting only the points with Data
shivatarun17
I am have a data-set that has NaN's for every two minutes after five minutes of data. How can i extract the data and the time corresponding to it while Ignoring the Nan's?
Thank You.
zapNaNs Deletes elements whose value is NaN. This is relevant for 1D single-precision and double-precision floating point waves only and does nothing for other types of 1D waves. It is not suitable for multi-dimensional waves and returns an error if srcWave is multi-dimensional. Use MatrixOp replaceNaNs for multi-dimensional waves.
Andy
March 8, 2017 at 05:48 pm - Permalink
I've tried an other method which worked pretty well.
Extract/O wavex,wavey,numtype(codil)==0
March 8, 2017 at 10:33 pm - Permalink