help-octave
[Top][All Lists]
Advanced

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

Re: Consecutive graphs


From: Martin Helm
Subject: Re: Consecutive graphs
Date: Thu, 11 Nov 2010 22:32:24 +0100
User-agent: KMail/1.13.5 (Linux/2.6.34.7-0.5-desktop; KDE/4.5.3; x86_64; ; )

Am Donnerstag, 11. November 2010, 22:10:01 schrieb Ghassen El Montasser:
> I am sorry to contact a mailbox from a friend (who is also an Octaver) but
> I could not get to mine and I am pressed for time. Thank you.
> George.
> 
> 2010/11/11 Ghassen El Montasser <address@hidden>
> 
> > Thank you very much all,
> > Now if I have written  the following lines:
> > 
> > x1 = 1:0.1:5;
> > y1 =
> > x.^2;
> > plot(x1,y1)
> > xlabel('Del'), ylabel('Fel'), title('Graph number 1')
> > and I have obtained from Gnu octave a figure, how can I save this figure
> > in a folder entitled George found in My documents. I use Octave 3.0.3
> > for windows.
> > 
> > Thank you in advance,
> > George

After your plot commands use the print command like this

print('c:\documents and settings\george\documents\myprintout.png', '-dpng')



reply via email to

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