<?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 for File Exchange Pick of the Week</title>
	<atom:link href="http://blogs.mathworks.com/pick/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.mathworks.com/pick</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>Fri, 14 Jun 2013 22:41:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on Change Your Mask, Change Your Look! by Guy Rouleau</title>
		<link>http://blogs.mathworks.com/pick/2013/06/14/change-your-mask-change-your-look/#comment-22902</link>
		<dc:creator>Guy Rouleau</dc:creator>
		<pubDate>Fri, 14 Jun 2013 22:41:50 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/?p=4628#comment-22902</guid>
		<description><![CDATA[Good job Dave! Nice and clean implementation of the callback!]]></description>
		<content:encoded><![CDATA[<p>Good job Dave! Nice and clean implementation of the callback!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Nominate your favorite NEW File Exchange submission by Adam</title>
		<link>http://blogs.mathworks.com/pick/2013/05/31/nominate-your-favorite-new-file-exchange-submission/#comment-22726</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Mon, 03 Jun 2013 17:54:51 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/?p=4600#comment-22726</guid>
		<description><![CDATA[I&#039;m a fan of Plot (Big), great for larger data sets:
http://www.mathworks.com/matlabcentral/fileexchange/40790-plot-big]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m a fan of Plot (Big), great for larger data sets:<br />
<a href="http://www.mathworks.com/matlabcentral/fileexchange/40790-plot-big" rel="nofollow">http://www.mathworks.com/matlabcentral/fileexchange/40790-plot-big</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Nominate your favorite NEW File Exchange submission by Craig</title>
		<link>http://blogs.mathworks.com/pick/2013/05/31/nominate-your-favorite-new-file-exchange-submission/#comment-22698</link>
		<dc:creator>Craig</dc:creator>
		<pubDate>Fri, 31 May 2013 15:58:08 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/?p=4600#comment-22698</guid>
		<description><![CDATA[The KML toolbox is excellent. You can easily export data to google earth. And it uses matlab&#039;s oo programing.
http://www.mathworks.com/matlabcentral/fileexchange/34694-kml-toolbox-v2-6]]></description>
		<content:encoded><![CDATA[<p>The KML toolbox is excellent. You can easily export data to google earth. And it uses matlab&#8217;s oo programing.<br />
<a href="http://www.mathworks.com/matlabcentral/fileexchange/34694-kml-toolbox-v2-6" rel="nofollow">http://www.mathworks.com/matlabcentral/fileexchange/34694-kml-toolbox-v2-6</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Toggle that Fig by Julian</title>
		<link>http://blogs.mathworks.com/pick/2013/04/26/toggle-that-fig/#comment-21900</link>
		<dc:creator>Julian</dc:creator>
		<pubDate>Tue, 30 Apr 2013 09:18:26 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/?p=4528#comment-21900</guid>
		<description><![CDATA[I will be checking out togglefig. Sounds like figure() but with names instead of numbers, which are generally easier for humans, even MATLABbers.

Some of Jiro&#039;s remarks rang a bell with me: I too have suffered from a proliferation of programmatically generated figures cluttering my workstation. Windows Alt-Tab then just gives you a huge grid of identical figure icons! At the risk of banging my own drum, I made &lt;a href=&quot;http://www.mathworks.com/matlabcentral/fileexchange/39152-apply-standard+-keyboard-shortcuts-keys-to-a-figure-window&quot; rel=&quot;nofollow&quot;&gt;figDefaultKeyPress&lt;/a&gt; in response . This extends Windows Ctrl+W for closing a (figure) window with Shift+Ctrl+W to close all figure windows, Shift+Ctrl+E close all figure windows Except this one, Shift+Ctrl+A dock/undock All figure windows. I also get the normal shortcuts, Ctrl+0, etc. to take you to the command line, to continue working when a figure grabs focus.]]></description>
		<content:encoded><![CDATA[<p>I will be checking out togglefig. Sounds like figure() but with names instead of numbers, which are generally easier for humans, even MATLABbers.</p>
<p>Some of Jiro&#8217;s remarks rang a bell with me: I too have suffered from a proliferation of programmatically generated figures cluttering my workstation. Windows Alt-Tab then just gives you a huge grid of identical figure icons! At the risk of banging my own drum, I made <a href="http://www.mathworks.com/matlabcentral/fileexchange/39152-apply-standard+-keyboard-shortcuts-keys-to-a-figure-window" rel="nofollow">figDefaultKeyPress</a> in response . This extends Windows Ctrl+W for closing a (figure) window with Shift+Ctrl+W to close all figure windows, Shift+Ctrl+E close all figure windows Except this one, Shift+Ctrl+A dock/undock All figure windows. I also get the normal shortcuts, Ctrl+0, etc. to take you to the command line, to continue working when a figure grabs focus.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Toggle that Fig by Sean de Wolski</title>
		<link>http://blogs.mathworks.com/pick/2013/04/26/toggle-that-fig/#comment-21647</link>
		<dc:creator>Sean de Wolski</dc:creator>
		<pubDate>Fri, 26 Apr 2013 20:13:47 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/?p=4528#comment-21647</guid>
		<description><![CDATA[Howdy Brett,

One thing I would like to see in togglefig() is an optional flag for setting the figure&#039;s CloseRequestFcn to [] and back to closereq.  I rarely leave figures open due to clutter and sometimes (too often) find that I&#039;ve closed one I want.  Setting it so that it doesn&#039;t close resolves this.

Have a great weekend!]]></description>
		<content:encoded><![CDATA[<p>Howdy Brett,</p>
<p>One thing I would like to see in togglefig() is an optional flag for setting the figure&#8217;s CloseRequestFcn to [] and back to closereq.  I rarely leave figures open due to clutter and sometimes (too often) find that I&#8217;ve closed one I want.  Setting it so that it doesn&#8217;t close resolves this.</p>
<p>Have a great weekend!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Manage the (Automatic) Naming of Your Figure Windows by bshoelso</title>
		<link>http://blogs.mathworks.com/pick/2013/04/19/manage-the-automatic-naming-of-your-figure-windows/#comment-21437</link>
		<dc:creator>bshoelso</dc:creator>
		<pubDate>Mon, 22 Apr 2013 12:59:54 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/?p=4507#comment-21437</guid>
		<description><![CDATA[Jonas...also nice! I like the capability of renaming figures after the fact--not based on the most recently executed command. But I can see how your figure-naming scheme could be useful, too.]]></description>
		<content:encoded><![CDATA[<p>Jonas&#8230;also nice! I like the capability of renaming figures after the fact&#8211;not based on the most recently executed command. But I can see how your figure-naming scheme could be useful, too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Manage the (Automatic) Naming of Your Figure Windows by Jonas</title>
		<link>http://blogs.mathworks.com/pick/2013/04/19/manage-the-automatic-naming-of-your-figure-windows/#comment-21367</link>
		<dc:creator>Jonas</dc:creator>
		<pubDate>Fri, 19 Apr 2013 18:25:47 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/?p=4507#comment-21367</guid>
		<description><![CDATA[To make sure that all my figures are named, I have an alternative &quot;figure&quot; command (a modified version of &quot;dfig&quot; from the File Exchange) that reads the last command from the command history. So if I call
dfig,plot(time,intensity(:,3))
the figure&#039;s title will be &quot;plot(time,intensity(:,3))&quot;. This way, I always remember what was plotted, or which thresholds I used when tuning an image segmentation.]]></description>
		<content:encoded><![CDATA[<p>To make sure that all my figures are named, I have an alternative &#8220;figure&#8221; command (a modified version of &#8220;dfig&#8221; from the File Exchange) that reads the last command from the command history. So if I call<br />
dfig,plot(time,intensity(:,3))<br />
the figure&#8217;s title will be &#8220;plot(time,intensity(:,3))&#8221;. This way, I always remember what was plotted, or which thresholds I used when tuning an image segmentation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simulate Robots with Sim.I.am by Jiro Doke</title>
		<link>http://blogs.mathworks.com/pick/2013/04/12/simulate-robots-with-sim-i-am/#comment-21307</link>
		<dc:creator>Jiro Doke</dc:creator>
		<pubDate>Wed, 17 Apr 2013 18:27:44 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/?p=4498#comment-21307</guid>
		<description><![CDATA[@Jose,

You can download the code from the File Exchange entry (link near the beginning of this post).]]></description>
		<content:encoded><![CDATA[<p>@Jose,</p>
<p>You can download the code from the File Exchange entry (link near the beginning of this post).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simulate Robots with Sim.I.am by Jose Carlos Sanchez Niño</title>
		<link>http://blogs.mathworks.com/pick/2013/04/12/simulate-robots-with-sim-i-am/#comment-21305</link>
		<dc:creator>Jose Carlos Sanchez Niño</dc:creator>
		<pubDate>Wed, 17 Apr 2013 16:19:58 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/?p=4498#comment-21305</guid>
		<description><![CDATA[could you give me the matlab code about the movement, i need it for my thesis]]></description>
		<content:encoded><![CDATA[<p>could you give me the matlab code about the movement, i need it for my thesis</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Generate a Smile&#8230;Maybe by bshoelso</title>
		<link>http://blogs.mathworks.com/pick/2013/03/29/generate-a-smile-maybe/#comment-21212</link>
		<dc:creator>bshoelso</dc:creator>
		<pubDate>Sat, 13 Apr 2013 11:56:33 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/?p=4460#comment-21212</guid>
		<description><![CDATA[@Rameh:
Can you tell me more about how it&#039;s failing? (I assume that you noticed that the word &quot;togglefig&quot; is a hyperlink, and that you installed the function and made sure it&#039;s on your MATLAB path, yes?) 
Brett]]></description>
		<content:encoded><![CDATA[<p>@Rameh:<br />
Can you tell me more about how it&#8217;s failing? (I assume that you noticed that the word &#8220;togglefig&#8221; is a hyperlink, and that you installed the function and made sure it&#8217;s on your MATLAB path, yes?)<br />
Brett</p>
]]></content:encoded>
	</item>
</channel>
</rss>
