<?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: MATLAB Basics video: UIGETFILE for selecting a file in a script, function or GUI</title>
	<link>http://blogs.mathworks.com/pick/2007/09/27/matlab-basics-video-uigetfile-for-selecting-a-file-in-a-script-function-or-gui/</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 01:00:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Bob</title>
		<link>http://blogs.mathworks.com/pick/2007/09/27/matlab-basics-video-uigetfile-for-selecting-a-file-in-a-script-function-or-gui/#comment-11486</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Thu, 05 Jun 2008 01:29:14 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2007/09/27/matlab-basics-video-uigetfile-for-selecting-a-file-in-a-script-function-or-gui/#comment-11486</guid>
		<description>Eli, does this help?

&lt;pre&gt;
  [f,p] = uigetfile;
  load(fullfile(p,f))
&lt;/pre&gt;

Cheers
Bob</description>
		<content:encoded><![CDATA[<p>Eli, does this help?</p>
<pre>
  [f,p] = uigetfile;
  load(fullfile(p,f))
</pre>
<p>Cheers<br />
Bob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eli</title>
		<link>http://blogs.mathworks.com/pick/2007/09/27/matlab-basics-video-uigetfile-for-selecting-a-file-in-a-script-function-or-gui/#comment-11479</link>
		<dc:creator>Eli</dc:creator>
		<pubDate>Wed, 04 Jun 2008 15:51:44 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2007/09/27/matlab-basics-video-uigetfile-for-selecting-a-file-in-a-script-function-or-gui/#comment-11479</guid>
		<description>Say I use uigetfile to get a filename that is in a path not currently part of the matlab path. When I execute the next line of code (load(fileName)), the file will not be loaded since it is not in the current path. How can I go about adding  the path (automatically/ without additional user input)?

Cheers,
Eli</description>
		<content:encoded><![CDATA[<p>Say I use uigetfile to get a filename that is in a path not currently part of the matlab path. When I execute the next line of code (load(fileName)), the file will not be loaded since it is not in the current path. How can I go about adding  the path (automatically/ without additional user input)?</p>
<p>Cheers,<br />
Eli</p>
]]></content:encoded>
	</item>
</channel>
</rss>
