help-octave
[Top][All Lists]
Advanced

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

regarding saving figure


From: preeti gaikwad
Subject: regarding saving figure
Date: Tue, 12 Jul 2011 15:50:29 +0200


Hello,

 I have a problem with saving the figure, I am the new user of qt octave. Please help me for the same......

If i have the code for plotting


figure(10)

i=100;

h1=semilogy(t,y,'o')

hold on

h2=semilogy(t,f,'r')

set(gca,'Xtick',1:5:20);

set(gca,'FontSize',30,'Fontname','arial');

set(gca,'linewidth',2)

set(h1,'markersize',10);

set(h2,'linewidth',2,'linestyle','--');



but I dont know the exact command for saving in octave.....I think its something save filename.eps or so???

what to use after plotting???

--
regards,
reena

reply via email to

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