help-octave
[Top][All Lists]
Advanced

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

Re: printing and saving


From: Joe Koski
Subject: Re: printing and saving
Date: Tue, 08 Feb 2005 20:45:22 -0700
User-agent: Microsoft-Entourage/11.0.0.040405

on 2/8/05 6:42 PM, address@hidden at address@hidden 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
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]