help-octave
[Top][All Lists]
Advanced

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

Re: Consecutive graphs


From: Ghassen El Montasser
Subject: Re: Consecutive graphs
Date: Thu, 11 Nov 2010 19:32:46 +0100

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

reply via email to

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