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