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: Thu, 14 Nov 2013 15:40:28 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:25.0) Gecko/20100101 Firefox/25.0

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

The problem is likely to be in the code for handling complex numbers in text
files.  I can save and restore NA values in ordinary real values.


x.a = NA;
x.b = 2;
x.c = NaN;
save -text tst.txt x
clear x
load tst.txt  # works



    _______________________________________________________

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]