<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Advanced MATLAB: Timer objects</title>
	<link>http://blogs.mathworks.com/pick/2008/05/05/advanced-matlab-timer-objects/</link>
	<description>&#60;a href="http://www.mathworks.com/matlabcentral/fileexchange/loadAuthor.do?objectId=969735&#38;objectType=author"&#62;Bob&#60;/a&#62;, &#60;a href="http://www.mathworks.com/matlabcentral/fileexchange/loadAuthor.do?objectId=1093599&#38;objectType=author"&#62;Brett&#60;/a&#62; &#38; &#60;a href="http://www.mathworks.com/matlabcentral/fileexchange/loadAuthor.do?objectId=1094142&#38;objectType=author"&#62;Jiro&#60;/a&#62; share favorite user-contributed submissions from the File Exchange.</description>
	<pubDate>Mon, 23 Nov 2009 00:27:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Doug</title>
		<link>http://blogs.mathworks.com/pick/2008/05/05/advanced-matlab-timer-objects/#comment-13156</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Thu, 14 May 2009 13:59:01 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2008/05/05/advanced-matlab-timer-objects/#comment-13156</guid>
		<description>Dennis,

Please see http://www.mathworks.com/support for further help.

Thanks,
Doug</description>
		<content:encoded><![CDATA[<p>Dennis,</p>
<p>Please see <a href="http://www.mathworks.com/support" rel="nofollow">http://www.mathworks.com/support</a> for further help.</p>
<p>Thanks,<br />
Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis Olly</title>
		<link>http://blogs.mathworks.com/pick/2008/05/05/advanced-matlab-timer-objects/#comment-13154</link>
		<dc:creator>Dennis Olly</dc:creator>
		<pubDate>Thu, 14 May 2009 08:51:43 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2008/05/05/advanced-matlab-timer-objects/#comment-13154</guid>
		<description>I sent an .m file with example to your.name at mathworks.com
Dennis</description>
		<content:encoded><![CDATA[<p>I sent an .m file with example to your.name at mathworks.com<br />
Dennis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://blogs.mathworks.com/pick/2008/05/05/advanced-matlab-timer-objects/#comment-13153</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Wed, 13 May 2009 18:36:18 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2008/05/05/advanced-matlab-timer-objects/#comment-13153</guid>
		<description>Dennis,

I did not know anything about this, so I sent it to Tech Support (www.mathworks.com/support)  

Java does not halt MATLAB timers.  Is there a reproducible example where this behavior does occur?

Doug</description>
		<content:encoded><![CDATA[<p>Dennis,</p>
<p>I did not know anything about this, so I sent it to Tech Support (www.mathworks.com/support)  </p>
<p>Java does not halt MATLAB timers.  Is there a reproducible example where this behavior does occur?</p>
<p>Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis Olly</title>
		<link>http://blogs.mathworks.com/pick/2008/05/05/advanced-matlab-timer-objects/#comment-13149</link>
		<dc:creator>Dennis Olly</dc:creator>
		<pubDate>Mon, 11 May 2009 21:51:22 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2008/05/05/advanced-matlab-timer-objects/#comment-13149</guid>
		<description>Hi Doug, 

Like your blog! Reading this post I figured it should be possible to use a timer to monitor the size of file (with the purpose of updating a progress bar).

And indeed it works fine, except...

When I am monitoring a file that is being retrieved through 'mget' (== java 'retrieveFile'). 

It seems the java call halts all matlab timers... Can that be true?

Thanks,
Dennis</description>
		<content:encoded><![CDATA[<p>Hi Doug, </p>
<p>Like your blog! Reading this post I figured it should be possible to use a timer to monitor the size of file (with the purpose of updating a progress bar).</p>
<p>And indeed it works fine, except&#8230;</p>
<p>When I am monitoring a file that is being retrieved through &#8216;mget&#8217; (== java &#8216;retrieveFile&#8217;). </p>
<p>It seems the java call halts all matlab timers&#8230; Can that be true?</p>
<p>Thanks,<br />
Dennis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://blogs.mathworks.com/pick/2008/05/05/advanced-matlab-timer-objects/#comment-12975</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Wed, 07 Jan 2009 15:10:36 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2008/05/05/advanced-matlab-timer-objects/#comment-12975</guid>
		<description>@Ozzy,

There are not enough details here for me to help you.  Please contact me with more specific questions, and an example of code you have tried.

-Thanks,
Doug</description>
		<content:encoded><![CDATA[<p>@Ozzy,</p>
<p>There are not enough details here for me to help you.  Please contact me with more specific questions, and an example of code you have tried.</p>
<p>-Thanks,<br />
Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ozzy</title>
		<link>http://blogs.mathworks.com/pick/2008/05/05/advanced-matlab-timer-objects/#comment-12971</link>
		<dc:creator>Ozzy</dc:creator>
		<pubDate>Tue, 30 Dec 2008 22:43:44 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2008/05/05/advanced-matlab-timer-objects/#comment-12971</guid>
		<description>Hi,

I am confused about TimerFcn. I am trying to GUI that can refresh data every second but i didn't understand how to implement subroutine when timerFcn execute. Where and how i should write that?

thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am confused about TimerFcn. I am trying to GUI that can refresh data every second but i didn&#8217;t understand how to implement subroutine when timerFcn execute. Where and how i should write that?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://blogs.mathworks.com/pick/2008/05/05/advanced-matlab-timer-objects/#comment-11241</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Thu, 15 May 2008 15:33:41 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2008/05/05/advanced-matlab-timer-objects/#comment-11241</guid>
		<description>BJ,

I think you are best served with technical support:

http://www.mathworks.com/support

They should be able to help very quickly.

Doug</description>
		<content:encoded><![CDATA[<p>BJ,</p>
<p>I think you are best served with technical support:</p>
<p><a href="http://www.mathworks.com/support" rel="nofollow">http://www.mathworks.com/support</a></p>
<p>They should be able to help very quickly.</p>
<p>Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BJ</title>
		<link>http://blogs.mathworks.com/pick/2008/05/05/advanced-matlab-timer-objects/#comment-11239</link>
		<dc:creator>BJ</dc:creator>
		<pubDate>Thu, 15 May 2008 15:23:20 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2008/05/05/advanced-matlab-timer-objects/#comment-11239</guid>
		<description>Doug,

I posted the following questions below in the user community, but nobody has responded...I then found this discussion...Any ideas?--&#62;


"I am posting this to see if anybody has had similar problems
with 2007b or later (when Matlab became multithreaded)...

I execute this code in the interpretor:

&#62;&#62;t = timer('Period', 1, 'timerfcn', 'disp(''hello'')',...
      'executionmode', 'fixeddelay', 'busymode', 'error');
&#62;&#62;start(t);

The callback occurs a few times (I say "a few" because it
could be 1, 5 or 10034, there does not seem to be any reason
to it), and the appears to get "lost". When I query the
timer, it claims that is is running, however it has stopped
callback execution. I do a lot of process control and have
used timers quite extensively in earlier versions of MATLAB
and have never had this problem. Any ideas?

Note: When I change the number of maximum number of computational threads to 1, the timer callback seems to behave just fine...I however need to use the multiple threads in my application."

BJ</description>
		<content:encoded><![CDATA[<p>Doug,</p>
<p>I posted the following questions below in the user community, but nobody has responded&#8230;I then found this discussion&#8230;Any ideas?&#8211;&gt;</p>
<p>&#8220;I am posting this to see if anybody has had similar problems<br />
with 2007b or later (when Matlab became multithreaded)&#8230;</p>
<p>I execute this code in the interpretor:</p>
<p>&gt;&gt;t = timer(&#8217;Period&#8217;, 1, &#8216;timerfcn&#8217;, &#8216;disp(&#8221;hello&#8221;)&#8217;,&#8230;<br />
      &#8216;executionmode&#8217;, &#8216;fixeddelay&#8217;, &#8216;busymode&#8217;, &#8216;error&#8217;);<br />
&gt;&gt;start(t);</p>
<p>The callback occurs a few times (I say &#8220;a few&#8221; because it<br />
could be 1, 5 or 10034, there does not seem to be any reason<br />
to it), and the appears to get &#8220;lost&#8221;. When I query the<br />
timer, it claims that is is running, however it has stopped<br />
callback execution. I do a lot of process control and have<br />
used timers quite extensively in earlier versions of MATLAB<br />
and have never had this problem. Any ideas?</p>
<p>Note: When I change the number of maximum number of computational threads to 1, the timer callback seems to behave just fine&#8230;I however need to use the multiple threads in my application.&#8221;</p>
<p>BJ</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://blogs.mathworks.com/pick/2008/05/05/advanced-matlab-timer-objects/#comment-11123</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Wed, 07 May 2008 15:42:45 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2008/05/05/advanced-matlab-timer-objects/#comment-11123</guid>
		<description>Dan,

Our doc can explain this much better than I can.

http://www.mathworks.com/access/helpdesk/help/techdoc/matlab_prog/f9-39541.html#f9-42494

Doug</description>
		<content:encoded><![CDATA[<p>Dan,</p>
<p>Our doc can explain this much better than I can.</p>
<p><a href="http://www.mathworks.com/access/helpdesk/help/techdoc/matlab_prog/f9-39541.html#f9-42494" rel="nofollow">http://www.mathworks.com/access/helpdesk/help/techdoc/matlab_prog/f9-39541.html#f9-42494</a></p>
<p>Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://blogs.mathworks.com/pick/2008/05/05/advanced-matlab-timer-objects/#comment-11122</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Wed, 07 May 2008 15:39:33 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2008/05/05/advanced-matlab-timer-objects/#comment-11122</guid>
		<description>Ryan,

It almost sounds to me like you would be better off using Simulink for the simulation you are running.  With all of the time dependencies you are working with Simulink and its constant marching of time would probably be better.

Doug</description>
		<content:encoded><![CDATA[<p>Ryan,</p>
<p>It almost sounds to me like you would be better off using Simulink for the simulation you are running.  With all of the time dependencies you are working with Simulink and its constant marching of time would probably be better.</p>
<p>Doug</p>
]]></content:encoded>
	</item>
</channel>
</rss>
