help-octave
[Top][All Lists]
Advanced

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

output the figures


From: kevwalker
Subject: output the figures
Date: Mon, 15 Nov 2004 20:13:43 -0600
User-agent: Mozilla/5.0 (X11; U; Linux i686; zh-TW; rv:1.7.3) Gecko/20040927

I think this is a really simple question but for a
beginners like me, I don't even know where to start.

I have a matrix T(10,1000),and do like this

for i=1:10
plot(T(i,:));
hold on 
end 

now I want these figures can output and save them .

gset term png
for i=1:10
gset output ?????
plot(T(i,:))
end 

what's the filename I need to set so I can get the files with
1.png  2.png 3.png .....10.png??

( I think  gset output "i.png" dose not work ,right?)

thanks,
kevwalker



-------------------------------------------------------------
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]