From help-request at octave dot org Tue Feb 8 21:40:29 2005 Subject: Re: printing and saving From: Joe Koski To: "ang4life1 at netzero dot com" , Date: Tue, 08 Feb 2005 20:45:22 -0700 on 2/8/05 6:42 PM, ang4life1 at netzero dot com at ang4life1@netzero.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? > > All of these questions can be answered by studying the Octave manual a bit. The manual is available on line, or you can buy a paperback copy. You want to read about functions which are .m scripts constructed with a text editor that can be executed from within Octave. There is an entire section in the manual on input and output. Look for functions with names such as "load" and "save." You can also get help from the internal octave help system. For example, try typing help load at the Octave prompt. Joe ------------------------------------------------------------- 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 -------------------------------------------------------------