help-octave
[Top][All Lists]
Advanced

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

holding on...


From: Mike
Subject: holding on...
Date: Sat, 02 Aug 2003 09:57:27 +0300
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030225

The following statements plot two curves on the same axes but I want them to be appeared simultaneousy
and not successively:
t =0:pi/20:4*pi;
y = exp(-0.2*t) .*(cos(t)+i*sin(t));
xlabel..etc;
ylabel..etc;
plot(t,real(y), 'b-');
plot(t, image(y), 'r--');
Can I add something to hold the drawing of the first plot function?
Thanks.

Mike



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