From bug-octave-request at che dot utexas dot edu Sat Sep 24 15:10:31 1994 Subject: Saving data contain Inf From: Edward Scott Meadows To: bug-octave Date: Sat, 24 Sep 1994 15:10:29 -0500 You must have gotten this already, BUT... If a matrix or variable contains Inf, it is being saved as "Infinity". When read back in using load, octave won't read "Infinity." I have to open the file with an editor, convert "Infinity" to "Inf" and then load it. --esm