<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/165469</link>
    <title>MATLAB Central Newsreader - Figure doesn't display until code has finished</title>
    <description>Feed for thread: Figure doesn't display until code has finished</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 by MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Tue, 11 Mar 2008 18:56:02 -0400</pubDate>
      <title>Figure doesn't display until code has finished</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/165469#420295</link>
      <author>David Doria</author>
      <description>I have this setup:&lt;br&gt;
&lt;br&gt;
for xxx&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;big calculuation&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;plot result&lt;br&gt;
end&lt;br&gt;
&lt;br&gt;
However, I dont see anything display until the very end of&lt;br&gt;
the for loop, at which time I see only the results of the&lt;br&gt;
last iteration.&lt;br&gt;
&lt;br&gt;
Is there a way to say &quot;Force plot to display now&quot;?&lt;br&gt;
&lt;br&gt;
Thanks,&lt;br&gt;
&lt;br&gt;
Dave</description>
    </item>
    <item>
      <pubDate>Tue, 11 Mar 2008 19:00:42 -0400</pubDate>
      <title>Re: Figure doesn't display until code has finished</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/165469#420296</link>
      <author>Arthur G</author>
      <description>On 2008-03-11 14:56:02 -0400, &quot;David Doria&quot; &amp;lt;daviddoria@gmail.com&amp;gt; said:&lt;br&gt;
&lt;br&gt;
&amp;gt; I have this setup:&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; for xxx&lt;br&gt;
&amp;gt;    big calculuation&lt;br&gt;
&amp;gt;    plot result&lt;br&gt;
&amp;gt; end&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; However, I dont see anything display until the very end of&lt;br&gt;
&amp;gt; the for loop, at which time I see only the results of the&lt;br&gt;
&amp;gt; last iteration.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Is there a way to say &quot;Force plot to display now&quot;?&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Thanks,&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Dave&lt;br&gt;
&lt;br&gt;
Use drawnow to force an update of figures.</description>
    </item>
    <item>
      <pubDate>Tue, 11 Mar 2008 19:18:01 -0400</pubDate>
      <title>Re: Figure doesn't display until code has finished</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/165469#420301</link>
      <author>David Doria</author>
      <description>works perfect!&lt;br&gt;
&lt;br&gt;
Arthur G &amp;lt;gorramfreak+news@gmail.com&amp;gt; wrote in message&lt;br&gt;
&amp;lt;47d6d6db$0$308$b45e6eb0@senator-bedfellow.mit.edu&amp;gt;...&lt;br&gt;
&amp;gt; On 2008-03-11 14:56:02 -0400, &quot;David Doria&quot;&lt;br&gt;
&amp;lt;daviddoria@gmail.com&amp;gt; said:&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; I have this setup:&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; for xxx&lt;br&gt;
&amp;gt; &amp;gt;    big calculuation&lt;br&gt;
&amp;gt; &amp;gt;    plot result&lt;br&gt;
&amp;gt; &amp;gt; end&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; However, I dont see anything display until the very end of&lt;br&gt;
&amp;gt; &amp;gt; the for loop, at which time I see only the results of the&lt;br&gt;
&amp;gt; &amp;gt; last iteration.&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; Is there a way to say &quot;Force plot to display now&quot;?&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; Thanks,&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; Dave&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Use drawnow to force an update of figures.&lt;br&gt;
&amp;gt; </description>
    </item>
  </channel>
</rss>

