Re: array averaging [message #67679] |
Thu, 13 August 2009 06:16 |
Lasse Clausen
Messages: 22 Registered: August 2001
|
Junior Member |
|
|
On 13 Aug, 10:36, Carsten Lechte <c...@toppoint.de> wrote:
>> Obviously, I can find the indices of the NaN
>> using WHERE, but so far that doesn't help me.
>> Any ideas?
>
> How about TOTAL( FINITE( psd), 2) to get the number of values
> to divide tot_azi_psd by?
>
> chl
Ahhh, I like it!
Cheers
Lasse
|
|
|
Re: array averaging [message #67680 is a reply to message #67679] |
Thu, 13 August 2009 02:36  |
Carsten Lechte
Messages: 124 Registered: August 2006
|
Senior Member |
|
|
> Obviously, I can find the indices of the NaN
> using WHERE, but so far that doesn't help me.
> Any ideas?
How about TOTAL( FINITE( psd), 2) to get the number of values
to divide tot_azi_psd by?
chl
|
|
|