|
From: | Paulo Santiago |
Subject: | Re: Treating -999 values in ASCII as missing |
Date: | Tue, 7 Aug 2012 14:31:10 -0300 |
On 7 August 2012 12:33, Paulo Santiago <address@hidden> wrote:You can use NA to indicate missing values:
> I would like to know how do I say to Octave, at read time, that those -999
> values must be treated as missing values.
the_matrix(the_matrix == -999) = NA.
HTH,
- Jordi G. H.
[Prev in Thread] | Current Thread | [Next in Thread] |