Path: news.mathworks.com!not-for-mail
From: "David Doria" <daviddoria@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Figure doesn't display until code has finished
Date: Tue, 11 Mar 2008 19:18:01 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 27
Message-ID: <fr6lt9$5ot$1@fred.mathworks.com>
References: <fr6kk2$jdb$1@fred.mathworks.com> <47d6d6db$0$308$b45e6eb0@senator-bedfellow.mit.edu>
Reply-To: "David Doria" <daviddoria@gmail.com>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1205263081 5917 172.30.248.37 (11 Mar 2008 19:18:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Tue, 11 Mar 2008 19:18:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1105197
Xref: news.mathworks.com comp.soft-sys.matlab:456638



works perfect!

Arthur G <gorramfreak+news@gmail.com> wrote in message
<47d6d6db$0$308$b45e6eb0@senator-bedfellow.mit.edu>...
> On 2008-03-11 14:56:02 -0400, "David Doria"
<daviddoria@gmail.com> said:
> 
> > I have this setup:
> > 
> > for xxx
> >    big calculuation
> >    plot result
> > end
> > 
> > However, I dont see anything display until the very end of
> > the for loop, at which time I see only the results of the
> > last iteration.
> > 
> > Is there a way to say "Force plot to display now"?
> > 
> > Thanks,
> > 
> > Dave
> 
> Use drawnow to force an update of figures.
>