help-octave
[Top][All Lists]
Advanced

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

Re: save -append


From: Robert A. Macy
Subject: Re: save -append
Date: Sun, 13 Nov 2005 18:38:43 -0800

I'm not familiar with the -append addition, but.  

Uh,...datafile.txt implies you originally saved using the 
  save -ascii "datafile.txt" var1 var2;
form.  If so, does -ascii have to be invoked again?  

can you write a script to load the original and then resave
all?

             - Robert -


On Mon, 14 Nov 2005 02:44:35 +0100 (CET)
 "Baar.J.van." <address@hidden> wrote:
> For appending a file to another file in version 2.1.34
> "save -append datafile.txt parameter" could be used. In
> version 2.1.42 and in
> 2.1.72 it does not work anymore.
> 
> I have copied a part of the file "load-save.cc" of 2.1.34
> into 2.1.72, but
> unfortunately it did not help. Now I have concatenated
> the files outside octave
> by "system("cat tmp0.dat >>tmp.dat");", but this is not a
> nice solution.
> 
> Does somebody know a better solution?



-------------------------------------------------------------
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]