help-octave
[Top][All Lists]
Advanced

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

Re: save images


From: Markus Feldmann
Subject: Re: save images
Date: Sat, 14 Apr 2007 08:43:04 +0200
User-agent: IceDove 1.5.0.10 (X11/20070307)

Geordie McBain schrieb:
On Sat, 2007-04-14 at 01:20 +0200, Markus Feldmann wrote:
how can i save images after plotting the Funtion?

You can use print; e.g.

%<---
octave:5> plot (x = linspace (0, 1, 101), sin (2*pi*x))
octave:6> print ("mygraph.png")
%<---
Thanks,

I didn't find this Command in the Documentation.
I am using Octave-2.1.73.
Will the Description come in the next time with a newer
Octave package?

bye Markus



reply via email to

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