help-octave
[Top][All Lists]
Advanced

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

save/load problem


From: Ulf Niemeyer
Subject: save/load problem
Date: Thu, 2 Feb 95 19:20:26 +0100

 Hi,

 It seems to me that loading of data containing NaNs
 is not possible in ascii mode.

 For example:

   octave:21> x = 1:10;
   octave:22> x(5)=0/0
   warning: division by zero
   x =

       1    2    3    4  NaN    6    7    8    9   10

   octave:23> save -ascii x
   octave:24> clear
   octave:25> load -ascii x
   error: load: failed to load matrix constant 
   error: load: reading file x
   error: evaluating index expression near line 25, column 6

 Saving in ascii format works fine (the file looks reasonable)
 and save/load in binary format works fine too.

 Feature or bug (octave1.1.0, sun-binary-distribution)?

 Greetings

 -Ulf


reply via email to

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