help-octave
[Top][All Lists]
Advanced

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

Re: printing and saving


From: Robert A. Macy
Subject: Re: printing and saving
Date: Wed, 09 Feb 2005 08:55:59 -0800

OOPS!

At least now I get to add...

Don't forget to list the variables you WANT to save.  If
you list nothing, octave will save EVERY one of them.

               - Robert -

On Wed, 09 Feb 2005 17:14:58 +0100
 David Bateman <address@hidden> wrote:
> Robert A. Macy wrote:
> 
> >save "filename.txt" var01 var02 var03;
> >
> >Which also OVERWRITES a file called filename.txt with
> data
> >of var01 var02 and var03 in text form
> >
> >  
> >
> 
> I think that should read
> 
> save --ascii "filename.txt" var01 var02 var03
> 
> the save type is not determined by the extension, but
> rather by the octave variable "default_save_format"
> 
> D.
> 
> -- 
> David Bateman
>                                address@hidden
> Motorola Labs - Paris                        +33 1 69 35
> 48 04 (Ph) Parc Les Algorithmes, Commune de St Aubin
>    +33 1 69 35 77 01 (Fax) 91193 Gif-Sur-Yvette FRANCE
> 
> The information contained in this communication has been
> classified as: 
> [x] General Business Information [ ] Motorola Internal
> Use Only [ ] Motorola Confidential Proprietary
> 



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