octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #40575] Saving cells containing matrices with


From: Rik
Subject: [Octave-bug-tracker] [bug #40575] Saving cells containing matrices with NA fails to load
Date: Sat, 16 Nov 2013 14:39:15 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:25.0) Gecko/20100101 Firefox/25.0

Follow-up Comment #8, bug #40575 (project octave):

The problem with loading/saving NA values in text format has been solved, so I
think it would be useful to find any code that transmutes NaNs to NAs, but
probably not essential.  I did a few simple tests on the command line and the
NA behavior appears to be correct.


octave:1> NA + 1
ans = NA
octave:2> NA + NaN
ans = NaN
octave:3> sin (NA)
ans = NA
octave:4> NA/NA
ans = NA



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?40575>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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