From help-request at octave dot org Tue Feb 8 21:44:06 2005 Subject: Re: printing and saving From: Paul Laub To: "ang4life1 at netzero dot com" Cc: help-octave at bevo dot che dot wisc dot edu Date: Tue, 8 Feb 2005 19:48:45 -0800 Dear "ang4life1 at netzero dot com", Your basic questions about using Octave might be addressed here -- http://en.wikipedia.org/wiki/GNU_Octave http://www.octave.org/doc/octave_toc.html http://www.octave.org/FAQ.html http://octave.sourceforge.net/index/index.html Keep in mind that Octave does not directly support editing text files. Use your favorite text editor, Notepad or whatever. Octave uses gnuplot (www.gnuplot.info) for plotting and visualization. It is a separate and, in my experience, powerful program. Remember that Octave and gnuplot strive to be platform independent. You can save and reload data in your octave workspace using Octave's "save" and "load" commands. Type "help load" and "help save" at the Octave prompt to see the documentation. Though it is dated, John Eaton's Octave manual is an excellent place to start http://www.octave.org/doc/octave_toc.html You can buy a nicely bound printed version of it at amazon or other online bookseller http://www.network-theory.co.uk/octave/manual/ Also remember that many of us Octave users were originally Matlab users. Knowing something about the later teaches much about the former. Hope this helps. Paul Laub 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 > ------------------------------------------------------------- > > ------------------------------------------------------------- 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 -------------------------------------------------------------