<?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: Browsing vs Searching</title>
	<link>http://blogs.mathworks.com/desktop/2008/07/14/browsing-vs-searching/</link>
	<description>Ken &#38; Mike work on the MATLAB Desktop team</description>
	<pubDate>Sun, 22 Nov 2009 23:54:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Mike</title>
		<link>http://blogs.mathworks.com/desktop/2008/07/14/browsing-vs-searching/#comment-6113</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 03 Mar 2009 12:35:16 +0000</pubDate>
		<guid>http://blogs.mathworks.com/desktop/2008/07/14/browsing-vs-searching/#comment-6113</guid>
		<description>For more information on obtaining trials, see this post: &lt;a href="http://blogs.mathworks.com/desktop/2009/03/02/free-toolboxes/" rel="nofollow"&gt;Free Toolboxes&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>For more information on obtaining trials, see this post: <a href="http://blogs.mathworks.com/desktop/2009/03/02/free-toolboxes/" rel="nofollow">Free Toolboxes</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://blogs.mathworks.com/desktop/2008/07/14/browsing-vs-searching/#comment-5964</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 03 Nov 2008 00:16:45 +0000</pubDate>
		<guid>http://blogs.mathworks.com/desktop/2008/07/14/browsing-vs-searching/#comment-5964</guid>
		<description>Richard,

 If you are interested in a trial version, you can use this link from our main page: &lt;a href="http://www.mathworks.com/programs/trials/trial_request.html" rel="nofollow"&gt;http://www.mathworks.com/programs/trials/trial_request.html&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Richard,</p>
<p> If you are interested in a trial version, you can use this link from our main page: <a href="http://www.mathworks.com/programs/trials/trial_request.html" rel="nofollow">http://www.mathworks.com/programs/trials/trial_request.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Tibbs</title>
		<link>http://blogs.mathworks.com/desktop/2008/07/14/browsing-vs-searching/#comment-5963</link>
		<dc:creator>Richard Tibbs</dc:creator>
		<pubDate>Sun, 02 Nov 2008 21:42:40 +0000</pubDate>
		<guid>http://blogs.mathworks.com/desktop/2008/07/14/browsing-vs-searching/#comment-5963</guid>
		<description>Trial software?
Richard</description>
		<content:encoded><![CDATA[<p>Trial software?<br />
Richard</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jiro</title>
		<link>http://blogs.mathworks.com/desktop/2008/07/14/browsing-vs-searching/#comment-5255</link>
		<dc:creator>Jiro</dc:creator>
		<pubDate>Fri, 18 Jul 2008 12:55:38 +0000</pubDate>
		<guid>http://blogs.mathworks.com/desktop/2008/07/14/browsing-vs-searching/#comment-5255</guid>
		<description>Yes, if you search the File Exchange, you'll find &lt;a href="http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=12239&#38;objectType=file" rel="nofollow"&gt;SWAP&lt;/a&gt;, which was inspired by the file featured here:

http://blogs.mathworks.com/pick/2008/04/18/renaming-variables/</description>
		<content:encoded><![CDATA[<p>Yes, if you search the File Exchange, you&#8217;ll find <a href="http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=12239&amp;objectType=file" rel="nofollow">SWAP</a>, which was inspired by the file featured here:</p>
<p><a href="http://blogs.mathworks.com/pick/2008/04/18/renaming-variables/" rel="nofollow">http://blogs.mathworks.com/pick/2008/04/18/renaming-variables/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://blogs.mathworks.com/desktop/2008/07/14/browsing-vs-searching/#comment-5249</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 17 Jul 2008 19:16:54 +0000</pubDate>
		<guid>http://blogs.mathworks.com/desktop/2008/07/14/browsing-vs-searching/#comment-5249</guid>
		<description>Quan,

Excellent suggestion. You probably tried this, but don't forget about searching the &lt;a href="http://www.mathworks.com/matlabcentral/fileexchange/" rel="nofollow"&gt;MATLAB File Exchange&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Quan,</p>
<p>Excellent suggestion. You probably tried this, but don&#8217;t forget about searching the <a href="http://www.mathworks.com/matlabcentral/fileexchange/" rel="nofollow">MATLAB File Exchange</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quan</title>
		<link>http://blogs.mathworks.com/desktop/2008/07/14/browsing-vs-searching/#comment-5238</link>
		<dc:creator>Quan</dc:creator>
		<pubDate>Tue, 15 Jul 2008 17:58:47 +0000</pubDate>
		<guid>http://blogs.mathworks.com/desktop/2008/07/14/browsing-vs-searching/#comment-5238</guid>
		<description>Hello Michael,

Whenever I need to find a particular function, I usually try to guess the function name

&lt;pre&gt;&lt;code&gt;
help *******
&lt;/pre&gt;&lt;/code&gt;

and hope that I get lucky.  Or if I know that the function that I want to use is related to a function that I already know, I try to find that function by means of association.

Usually a google search is the best way for me to find a function that I am unfamiliar with.  Just today I was looking for a "swap variables" function because I was too lazy to write my own, although I wasn't able to find it :(</description>
		<content:encoded><![CDATA[<p>Hello Michael,</p>
<p>Whenever I need to find a particular function, I usually try to guess the function name</p>
<pre><code>
help *******
</code></pre>
<p></p>
<p>and hope that I get lucky.  Or if I know that the function that I want to use is related to a function that I already know, I try to find that function by means of association.</p>
<p>Usually a google search is the best way for me to find a function that I am unfamiliar with.  Just today I was looking for a &#8220;swap variables&#8221; function because I was too lazy to write my own, although I wasn&#8217;t able to find it :(</p>
]]></content:encoded>
	</item>
</channel>
</rss>
