help-octave
[Top][All Lists]
Advanced

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

Re: Testing NaN existence in array


From: John W. Eaton
Subject: Re: Testing NaN existence in array
Date: Wed, 27 May 2009 06:08:15 -0400

On 27-May-2009, Jaroslav Hajek wrote:

| any (isnan (a)(:))

If you want a Matlab-compatible expression, you might use

  any (isnan (a(:)))

instead.

jwe


reply via email to

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