help-octave
[Top][All Lists]
Advanced

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

Re: NaNs in ascii


From: Mike Miller
Subject: Re: NaNs in ascii
Date: Sat, 26 Oct 2002 14:46:19 -0500 (CDT)

Here's another example of my problem with NaNs...

octave:1> x=[NaN];
octave:2> disp(x)
NaN
octave:3> size(x)
ans =

  1  1

octave:4> save -ascii xfile.txt x
octave:5> clear
octave:6> who
octave:7> load -ascii xfile.txt
error: load: failed to load scalar constant
error: load: reading file xfile.txt
error: evaluating index expression near line 7, column 1


I'm running this version of Octave:

GNU Octave, version 2.0.14 (sparc-sun-solaris2.6).

Thanks in advance.

Mike



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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