help-octave
[Top][All Lists]
Advanced

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

Re: holding on...


From: LUK ShunTim
Subject: Re: holding on...
Date: Sat, 02 Aug 2003 15:18:43 +0800
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624

Mike wrote:

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-');

hold on;

plot(t, image(y), 'r--');
Can I add something to hold the drawing of the first plot function?
Thanks.

Mike


You got the answer, almost. :-)

Regards,
ST
--




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