<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Stop it!</title>
	<atom:link href="http://blogs.mathworks.com/pick/2006/03/15/stop-it/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.mathworks.com/pick/2006/03/15/stop-it/</link>
	<description>&#60;a href=&#34;http://www.mathworks.com/matlabcentral/fileexchange/loadAuthor.do?objectId=1093599&#38;objectType=author&#34;&#62;Brett&#60;/a&#62; &#38; &#60;a href=&#34;http://www.mathworks.com/matlabcentral/fileexchange/loadAuthor.do?objectId=1094142&#38;objectType=author&#34;&#62;Jiro&#60;/a&#62; share favorite user-contributed submissions from the File Exchange.</description>
	<lastBuildDate>Wed, 08 Feb 2012 19:26:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Roy</title>
		<link>http://blogs.mathworks.com/pick/2006/03/15/stop-it/#comment-14173</link>
		<dc:creator>Roy</dc:creator>
		<pubDate>Sun, 26 Jun 2011 16:08:17 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/?p=1872#comment-14173</guid>
		<description>If you run Matlab from the linux terminal, you can do ctrl-c at the commandline/terminal to stop and close Matlab</description>
		<content:encoded><![CDATA[<p>If you run Matlab from the linux terminal, you can do ctrl-c at the commandline/terminal to stop and close Matlab</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://blogs.mathworks.com/pick/2006/03/15/stop-it/#comment-13018</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Thu, 29 Jan 2009 21:03:35 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/?p=1872#comment-13018</guid>
		<description>Malambo,

I suspect that you are going to need to change your architecture slightly to accomplish this.  Once you are running ROIPOLY, you will not be able to zoom.  I would make a button that says &quot;Capture&quot; that then gets you in capture mode.  You can zoom as normal between captures.

Doug</description>
		<content:encoded><![CDATA[<p>Malambo,</p>
<p>I suspect that you are going to need to change your architecture slightly to accomplish this.  Once you are running ROIPOLY, you will not be able to zoom.  I would make a button that says &#8220;Capture&#8221; that then gets you in capture mode.  You can zoom as normal between captures.</p>
<p>Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Malambo</title>
		<link>http://blogs.mathworks.com/pick/2006/03/15/stop-it/#comment-13016</link>
		<dc:creator>Malambo</dc:creator>
		<pubDate>Thu, 29 Jan 2009 20:40:14 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/?p=1872#comment-13016</guid>
		<description>I have designed a GUI for image classification. I have used a for loop for selecting samples using roipoly. The problem i have is that i can not zoom while selecting my samples. Is there a way I could pause the for loop to zoom to an area of interest and resume afterwards?</description>
		<content:encoded><![CDATA[<p>I have designed a GUI for image classification. I have used a for loop for selecting samples using roipoly. The problem i have is that i can not zoom while selecting my samples. Is there a way I could pause the for loop to zoom to an area of interest and resume afterwards?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://blogs.mathworks.com/pick/2006/03/15/stop-it/#comment-6634</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Tue, 27 Nov 2007 23:29:04 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/?p=1872#comment-6634</guid>
		<description>How much does dbloop slow down a program?</description>
		<content:encoded><![CDATA[<p>How much does dbloop slow down a program?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Murphy</title>
		<link>http://blogs.mathworks.com/pick/2006/03/15/stop-it/#comment-921</link>
		<dc:creator>Kevin Murphy</dc:creator>
		<pubDate>Mon, 06 Nov 2006 01:30:07 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/?p=1872#comment-921</guid>
		<description>Instead of pause(0.01), I find adding a &#039;drawnow&#039; command makes matlab &#039;listen&#039; to ctrl-C

Kevin</description>
		<content:encoded><![CDATA[<p>Instead of pause(0.01), I find adding a &#8216;drawnow&#8217; command makes matlab &#8216;listen&#8217; to ctrl-C</p>
<p>Kevin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antenna Geek</title>
		<link>http://blogs.mathworks.com/pick/2006/03/15/stop-it/#comment-22</link>
		<dc:creator>Antenna Geek</dc:creator>
		<pubDate>Tue, 30 May 2006 05:07:02 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/?p=1872#comment-22</guid>
		<description>Regarding Ctrl-C loop breaking:

It frequently happens on my machine that MATLAB won&#039;t break out of a loop on Ctrl-C. It is running at 100% CPU and is not &quot;listening&quot; to Ctrl-C until the program is completed.

I usually insert

pause(0.01); 

into the loop and that solves the problem.

Regards,

Eric</description>
		<content:encoded><![CDATA[<p>Regarding Ctrl-C loop breaking:</p>
<p>It frequently happens on my machine that MATLAB won&#8217;t break out of a loop on Ctrl-C. It is running at 100% CPU and is not &#8220;listening&#8221; to Ctrl-C until the program is completed.</p>
<p>I usually insert</p>
<p>pause(0.01); </p>
<p>into the loop and that solves the problem.</p>
<p>Regards,</p>
<p>Eric</p>
]]></content:encoded>
	</item>
</channel>
</rss>

