From help-request at octave dot org Wed Feb 9 10:54:31 2005 Subject: Re: printing and saving From: "Robert A. Macy" To: David dot Bateman at motorola dot com Cc: help-octave at bevo dot che dot wisc dot edu 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 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 > David dot Bateman at motorola dot com > 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 -------------------------------------------------------------