help-octave
[Top][All Lists]
Advanced

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

Re: Flickering and drawnow plot


From: Colin Macdonald
Subject: Re: Flickering and drawnow plot
Date: Sat, 14 May 2016 21:54:23 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.0

On 14/05/16 10:19, Rick T wrote:
> Can you point to an example?  I'm not exactly sure what you mean.

Something like:

z = ...
figure(1); clf;
h = surf(x,y,z)

for i=1:10
  z = ...
  set(h, 'zdata', z)
end




reply via email to

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