octave-maintainers
[Top][All Lists]
Advanced

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

Re: Seg fault with test_sparse.m


From: John W. Eaton
Subject: Re: Seg fault with test_sparse.m
Date: Fri, 18 Aug 2006 15:00:08 -0400

On 18-Aug-2006, David Bateman wrote:

| I don't think any element should be NaN, I wonder what
| 
| sm(find(am == NaN))
| fm(find(am == NaN))

I think you mean "isnan (am)" instead of "am == NaN" as the latter
will always return false, even for NaN == NaN.

jwe


reply via email to

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