octave-maintainers
[Top][All Lists]
Advanced

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

july 4 cvs - load does not recognize ascii saved files


From: John W. Eaton
Subject: july 4 cvs - load does not recognize ascii saved files
Date: Mon, 17 Jul 2000 22:26:31 -0500 (CDT)

On  6-Jul-2000, Joao Cardoso <address@hidden> wrote:

| hi, the subject says it all:
| 
| octave:1> a=rand(3);
| octave:2> save po a
| octave:3> clear a
| octave:4> load po
| error: load: can't read binary file
| error: load: reading file po
| octave:4> load -ascii po
| octave:5> save -binary po a
| octave:6> clear a
| octave:7> load po
| octave:8> 

This problem should be fixed in my sources now.  The CVS archive will
be updated in a few minutes.

Thanks,

jwe



reply via email to

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