Path: news.mathworks.com!not-for-mail
From: "David Doria" <daviddoria@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Figure doesn't display until code has finished
Date: Tue, 11 Mar 2008 18:56:02 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 16
Message-ID: <fr6kk2$jdb$1@fred.mathworks.com>
Reply-To: "David Doria" <daviddoria@gmail.com>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1205261762 19883 172.30.248.35 (11 Mar 2008 18:56:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Tue, 11 Mar 2008 18:56:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1105197
Xref: news.mathworks.com comp.soft-sys.matlab:456632



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