From help-request at octave dot org Wed Feb 9 09:37:36 2005 Subject: Re: printing and saving From: "Robert A. Macy" To: "ang4life1 at netzero dot com" Cc: help-octave at bevo dot che dot wisc dot edu Date: Wed, 09 Feb 2005 07:37:57 -0800 Don't know about printing, but editing - I highly recommend Sc1.exe which is around 266KB, doesn't insinuate itself into Windows, and colors the various functions with autoindent etc. for saving files I use two forms (because they're handy) save "filename.bin" var01 var02 var03; Which OVERWRITES a file called filename.bin with the data of var01 var02 and var03 in binary (somewhat compressed form) often I use a different form so I can examine the data with notepad... save "filename.txt" var01 var02 var03; Which also OVERWRITES a file called filename.txt with data of var01 var02 and var03 in text form - Robert - On Tue, 8 Feb 2005 19:42:30 -0600 "ang4life1 at netzero dot com" wrote: > > How do I save my files, and open them later in Octave? > How do I write to a notepad file, then load it in Octave > for running? How do I print my output? > > ------------------------------------------------------------- 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 -------------------------------------------------------------