<?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: LazyWeb on the File Exchange</title>
	<link>http://blogs.mathworks.com/pick/2007/11/13/lazyweb-on-the-file-exchange/</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>Sun, 08 Nov 2009 04:07:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: J Lister</title>
		<link>http://blogs.mathworks.com/pick/2007/11/13/lazyweb-on-the-file-exchange/#comment-12945</link>
		<dc:creator>J Lister</dc:creator>
		<pubDate>Fri, 21 Nov 2008 03:32:26 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2007/11/13/lazyweb-on-the-file-exchange/#comment-12945</guid>
		<description>Doug,

Nice idea.  I am trying to hack suptitle for this LazyWeb request myself, but if anyone else wants to take a stab at it, here goes...

I need a function similar to suptitle, but what I really want is to add a visable header and footer to any plot that I make.  It must accept multiple lines of text (a cell array) for both header and footer. It also must play well with the file exchange entry called addaxis and plots with multiple subplots.

Thanks,
Jonathan</description>
		<content:encoded><![CDATA[<p>Doug,</p>
<p>Nice idea.  I am trying to hack suptitle for this LazyWeb request myself, but if anyone else wants to take a stab at it, here goes&#8230;</p>
<p>I need a function similar to suptitle, but what I really want is to add a visable header and footer to any plot that I make.  It must accept multiple lines of text (a cell array) for both header and footer. It also must play well with the file exchange entry called addaxis and plots with multiple subplots.</p>
<p>Thanks,<br />
Jonathan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://blogs.mathworks.com/pick/2007/11/13/lazyweb-on-the-file-exchange/#comment-10795</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Fri, 18 Apr 2008 08:44:03 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2007/11/13/lazyweb-on-the-file-exchange/#comment-10795</guid>
		<description>DanK, are you still interested in a dialogue for running deployed programs in batch mode?</description>
		<content:encoded><![CDATA[<p>DanK, are you still interested in a dialogue for running deployed programs in batch mode?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://blogs.mathworks.com/pick/2007/11/13/lazyweb-on-the-file-exchange/#comment-5886</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Sun, 18 Nov 2007 03:34:07 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2007/11/13/lazyweb-on-the-file-exchange/#comment-5886</guid>
		<description>Doug,

OK, in response to your LazyWeb request above, I just submitted a "poker hand ranker" function to the file exchange.  I'm not a big poker player, but solving games in ML is fun.  I also must admit that the allure of a ML t-shirt is compelling.

I did some basic range testing on the function (rankp.m) to make sure that the worst hand of one type (e.g. full house) will not score worse than the best hand of the next lowest type (e.g. flush).  Tell me if it is what you were thinking of in the request.

Best,
Rob</description>
		<content:encoded><![CDATA[<p>Doug,</p>
<p>OK, in response to your LazyWeb request above, I just submitted a &#8220;poker hand ranker&#8221; function to the file exchange.  I&#8217;m not a big poker player, but solving games in ML is fun.  I also must admit that the allure of a ML t-shirt is compelling.</p>
<p>I did some basic range testing on the function (rankp.m) to make sure that the worst hand of one type (e.g. full house) will not score worse than the best hand of the next lowest type (e.g. flush).  Tell me if it is what you were thinking of in the request.</p>
<p>Best,<br />
Rob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DanK</title>
		<link>http://blogs.mathworks.com/pick/2007/11/13/lazyweb-on-the-file-exchange/#comment-5693</link>
		<dc:creator>DanK</dc:creator>
		<pubDate>Thu, 15 Nov 2007 22:23:47 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2007/11/13/lazyweb-on-the-file-exchange/#comment-5693</guid>
		<description>Dear Lazyweb,
What I would love is a one function that could be called in one line, which does nothing if the program is being run in MatLab, but only when it is running in deployed mode.  The reason for this is I have a bunch of routines where I often want to run them multiple times, without having to launch the exe each time.  So I would like the wrapper function to pop up a small dialog that asks the user: "Do you want to run the function {name of function routine was called from} or exit?" and have two buttons.  If the user clicks the run button, it should be just as if the original function was run by launching the (unaltered) .exe.  The dialog then goes dormant until the program is finished running, at which point it regains focus and asks: "Run again?"  When the exit button is clicked, all the windows get closed, and the executable shuts down.  This would be very useful to my co-workers who may have to run batches of data, that can't be pre-determined.  As a bonus, it would be very nice if this dialog has a string field and captures the output from a disp() command, instead of letting it go to the dos window.

In my own defense, I have tried to achieve this and it only works, very so-so.

Thanks if anybody wants to take this one up.

Dan</description>
		<content:encoded><![CDATA[<p>Dear Lazyweb,<br />
What I would love is a one function that could be called in one line, which does nothing if the program is being run in MatLab, but only when it is running in deployed mode.  The reason for this is I have a bunch of routines where I often want to run them multiple times, without having to launch the exe each time.  So I would like the wrapper function to pop up a small dialog that asks the user: &#8220;Do you want to run the function {name of function routine was called from} or exit?&#8221; and have two buttons.  If the user clicks the run button, it should be just as if the original function was run by launching the (unaltered) .exe.  The dialog then goes dormant until the program is finished running, at which point it regains focus and asks: &#8220;Run again?&#8221;  When the exit button is clicked, all the windows get closed, and the executable shuts down.  This would be very useful to my co-workers who may have to run batches of data, that can&#8217;t be pre-determined.  As a bonus, it would be very nice if this dialog has a string field and captures the output from a disp() command, instead of letting it go to the dos window.</p>
<p>In my own defense, I have tried to achieve this and it only works, very so-so.</p>
<p>Thanks if anybody wants to take this one up.</p>
<p>Dan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich Quist</title>
		<link>http://blogs.mathworks.com/pick/2007/11/13/lazyweb-on-the-file-exchange/#comment-5513</link>
		<dc:creator>Rich Quist</dc:creator>
		<pubDate>Wed, 14 Nov 2007 13:04:36 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2007/11/13/lazyweb-on-the-file-exchange/#comment-5513</guid>
		<description>Sounds like a fabulous idea. My "Fill Page" File Exchange submission http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=16566&#38;objectType=FILE  was inspired by a blog entry I came across one day... 

Sometimes people don't realize that some code they've already written (or know how to easily write) can be useful in solving a more general problem.</description>
		<content:encoded><![CDATA[<p>Sounds like a fabulous idea. My &#8220;Fill Page&#8221; File Exchange submission <a href="http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=16566&amp;objectType=FILE" rel="nofollow">http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=16566&amp;objectType=FILE</a>  was inspired by a blog entry I came across one day&#8230; </p>
<p>Sometimes people don&#8217;t realize that some code they&#8217;ve already written (or know how to easily write) can be useful in solving a more general problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Whitaker</title>
		<link>http://blogs.mathworks.com/pick/2007/11/13/lazyweb-on-the-file-exchange/#comment-5452</link>
		<dc:creator>Matt Whitaker</dc:creator>
		<pubDate>Wed, 14 Nov 2007 00:22:50 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2007/11/13/lazyweb-on-the-file-exchange/#comment-5452</guid>
		<description>Why not, Urs
I see it this way:
1) Poorly described problems are unlikely to get a response.
2) Overly complex problems are unlikely to get a response unless the issue is of great interest to someone in which case it may provide them with the motivation to write the code. Usually a well worded problem description is exactly what you need to get started.
3) It may start collaborations between individuals who did not realize they had common problems/interests.

I wrote the submission earlier because I have a lot of similar code and this particular bit of code may come in handy. I wouldn't look at the poker hand problem because I know nothing about poker but Ned Gully's post led to an interesting article and I might think about that at some point.

More interaction is hardly ever a bad idea.</description>
		<content:encoded><![CDATA[<p>Why not, Urs<br />
I see it this way:<br />
1) Poorly described problems are unlikely to get a response.<br />
2) Overly complex problems are unlikely to get a response unless the issue is of great interest to someone in which case it may provide them with the motivation to write the code. Usually a well worded problem description is exactly what you need to get started.<br />
3) It may start collaborations between individuals who did not realize they had common problems/interests.</p>
<p>I wrote the submission earlier because I have a lot of similar code and this particular bit of code may come in handy. I wouldn&#8217;t look at the poker hand problem because I know nothing about poker but Ned Gully&#8217;s post led to an interesting article and I might think about that at some point.</p>
<p>More interaction is hardly ever a bad idea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://blogs.mathworks.com/pick/2007/11/13/lazyweb-on-the-file-exchange/#comment-5450</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Wed, 14 Nov 2007 00:20:10 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2007/11/13/lazyweb-on-the-file-exchange/#comment-5450</guid>
		<description>Urs,

Why do you hope that?  

I am always looking for suggestions for more videos http://blogs.mathworks.com/pick/category/video/ to make, or code to write to help out MATLAB users.  You have an impressively long list of contributions to the File Exchange  http://www.mathworks.com/matlabcentral/fileexchange/loadAuthor.do?objectType=author&#038;objectId=10786 
I can only assume that some of those came about from discussions from other MATLAB users.

Doug</description>
		<content:encoded><![CDATA[<p>Urs,</p>
<p>Why do you hope that?  </p>
<p>I am always looking for suggestions for more videos <a href="http://blogs.mathworks.com/pick/category/video/" rel="nofollow">http://blogs.mathworks.com/pick/category/video/</a> to make, or code to write to help out MATLAB users.  You have an impressively long list of contributions to the File Exchange  <a href="http://www.mathworks.com/matlabcentral/fileexchange/loadAuthor.do?objectType=author&#038;objectId=10786" rel="nofollow">http://www.mathworks.com/matlabcentral/fileexchange/loadAuthor.do?objectType=author&#038;objectId=10786</a><br />
I can only assume that some of those came about from discussions from other MATLAB users.</p>
<p>Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Urs (us) Schwarz</title>
		<link>http://blogs.mathworks.com/pick/2007/11/13/lazyweb-on-the-file-exchange/#comment-5444</link>
		<dc:creator>Urs (us) Schwarz</dc:creator>
		<pubDate>Tue, 13 Nov 2007 23:25:06 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2007/11/13/lazyweb-on-the-file-exchange/#comment-5444</guid>
		<description>doug
i REALLY hope you are NOT serious about this...
urs</description>
		<content:encoded><![CDATA[<p>doug<br />
i REALLY hope you are NOT serious about this&#8230;<br />
urs</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ned Gulley</title>
		<link>http://blogs.mathworks.com/pick/2007/11/13/lazyweb-on-the-file-exchange/#comment-5440</link>
		<dc:creator>Ned Gulley</dc:creator>
		<pubDate>Tue, 13 Nov 2007 22:41:45 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2007/11/13/lazyweb-on-the-file-exchange/#comment-5440</guid>
		<description>Dear LazyWeb:

I really like the paper "The End of the Rainbow? Color Schemes for Improved Data Graphics" by A. Light and P.J. Bartlein (see http://geography.uoregon.edu/datagraphics/EOS/Light&#38;Bartlein_EOS2004.pdf). In it, the authors describe some pitfalls of colormap design, and then they provide some nice example colormaps of well-designed colormaps.

Please make me a file that creates the five colormaps shown in Figure 2. Each colormap should take an input that will let me make it arbitrarily long (just like HSV or GRAY in the MATLAB toolbox). Naming colormaps is tricky. Maybe you can give them names like DivergingRedBlue or SingleHuePurple.

Thanks,
Ned</description>
		<content:encoded><![CDATA[<p>Dear LazyWeb:</p>
<p>I really like the paper &#8220;The End of the Rainbow? Color Schemes for Improved Data Graphics&#8221; by A. Light and P.J. Bartlein (see <a href="http://geography.uoregon.edu/datagraphics/EOS/Light&amp;Bartlein_EOS2004.pdf" rel="nofollow">http://geography.uoregon.edu/datagraphics/EOS/Light&amp;Bartlein_EOS2004.pdf</a>). In it, the authors describe some pitfalls of colormap design, and then they provide some nice example colormaps of well-designed colormaps.</p>
<p>Please make me a file that creates the five colormaps shown in Figure 2. Each colormap should take an input that will let me make it arbitrarily long (just like HSV or GRAY in the MATLAB toolbox). Naming colormaps is tricky. Maybe you can give them names like DivergingRedBlue or SingleHuePurple.</p>
<p>Thanks,<br />
Ned</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://blogs.mathworks.com/pick/2007/11/13/lazyweb-on-the-file-exchange/#comment-5423</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Tue, 13 Nov 2007 19:20:41 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2007/11/13/lazyweb-on-the-file-exchange/#comment-5423</guid>
		<description>Matt,

Thank you!  This file was created faster than I would have ever guessed (three hours).  I have already made use of this in a project I was working on.  Here is the link to the file Matt made.

http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=17505&#038;objectType=FILE

I will work up a blog post about it soon, and Helen will be in touch to get you the promised MATLAB t-shirt and other goodies!

Doug</description>
		<content:encoded><![CDATA[<p>Matt,</p>
<p>Thank you!  This file was created faster than I would have ever guessed (three hours).  I have already made use of this in a project I was working on.  Here is the link to the file Matt made.</p>
<p><a href="http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=17505&#038;objectType=FILE" rel="nofollow">http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=17505&#038;objectType=FILE</a></p>
<p>I will work up a blog post about it soon, and Helen will be in touch to get you the promised MATLAB t-shirt and other goodies!</p>
<p>Doug</p>
]]></content:encoded>
	</item>
</channel>
</rss>
