<?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: Advanced MATLAB: File name processing from directory listing</title>
	<atom:link href="http://blogs.mathworks.com/videos/2008/09/09/advanced-matlab-file-name-processing-from-directory-listing/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.mathworks.com/videos/2008/09/09/advanced-matlab-file-name-processing-from-directory-listing/</link>
	<description>Doug Hull is a proud MathWorker who is on a mission to help you with MATLAB.</description>
	<lastBuildDate>Fri, 10 Feb 2012 20:31:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: dhull</title>
		<link>http://blogs.mathworks.com/videos/2008/09/09/advanced-matlab-file-name-processing-from-directory-listing/#comment-1678</link>
		<dc:creator>dhull</dc:creator>
		<pubDate>Mon, 16 Nov 2009 19:50:46 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2008/09/09/advanced-matlab-file-name-processing-from-directory-listing/#comment-1678</guid>
		<description>@onassis

Have you tried the procedure with a much smaller dataset to make sure you are doing everything right?  If it works with a smaller dataset, then we can take it from there.

Doug</description>
		<content:encoded><![CDATA[<p>@onassis</p>
<p>Have you tried the procedure with a much smaller dataset to make sure you are doing everything right?  If it works with a smaller dataset, then we can take it from there.</p>
<p>Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: onassis</title>
		<link>http://blogs.mathworks.com/videos/2008/09/09/advanced-matlab-file-name-processing-from-directory-listing/#comment-1674</link>
		<dc:creator>onassis</dc:creator>
		<pubDate>Sat, 14 Nov 2009 07:43:24 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2008/09/09/advanced-matlab-file-name-processing-from-directory-listing/#comment-1674</guid>
		<description>I saved a big(&gt;2GB) .mat file on an external HD using
save -v7.3 myfile.mat filetosave

I try loading the file back 
with
load myfile.mat 
and get an error message that file cannot be read.
Any help?</description>
		<content:encoded><![CDATA[<p>I saved a big(&gt;2GB) .mat file on an external HD using<br />
save -v7.3 myfile.mat filetosave</p>
<p>I try loading the file back<br />
with<br />
load myfile.mat<br />
and get an error message that file cannot be read.<br />
Any help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://blogs.mathworks.com/videos/2008/09/09/advanced-matlab-file-name-processing-from-directory-listing/#comment-1208</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Tue, 09 Sep 2008 15:35:40 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2008/09/09/advanced-matlab-file-name-processing-from-directory-listing/#comment-1208</guid>
		<description>Matt,

That is an excellent suggestion.  I just posted it to our internal enhancement tracking database.  You can make such requests more reliably by e-mailing support@mathworks.com

Thanks,
Doug</description>
		<content:encoded><![CDATA[<p>Matt,</p>
<p>That is an excellent suggestion.  I just posted it to our internal enhancement tracking database.  You can make such requests more reliably by e-mailing <a href="mailto:support@mathworks.com">support@mathworks.com</a></p>
<p>Thanks,<br />
Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://blogs.mathworks.com/videos/2008/09/09/advanced-matlab-file-name-processing-from-directory-listing/#comment-1209</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Tue, 09 Sep 2008 15:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2008/09/09/advanced-matlab-file-name-processing-from-directory-listing/#comment-1209</guid>
		<description>David,

Actually, I tend to do a little bit of both.  It is hard to say when I work at the command line and then script and when I write a script and just keep running it as you add to it.

Doug</description>
		<content:encoded><![CDATA[<p>David,</p>
<p>Actually, I tend to do a little bit of both.  It is hard to say when I work at the command line and then script and when I write a script and just keep running it as you add to it.</p>
<p>Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt fig</title>
		<link>http://blogs.mathworks.com/videos/2008/09/09/advanced-matlab-file-name-processing-from-directory-listing/#comment-1211</link>
		<dc:creator>matt fig</dc:creator>
		<pubDate>Tue, 09 Sep 2008 15:28:47 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2008/09/09/advanced-matlab-file-name-processing-from-directory-listing/#comment-1211</guid>
		<description>Off topic, but David&#039;s reply made me think about an enhancement I would like to see.  Imagine scrolling up through the command history, either through the editor or by using the up arrow.  When you came across a command that caused an error, it would be in red font.  Boy that would make life simpler when looking through several similar commands, some of which didn&#039;t work.</description>
		<content:encoded><![CDATA[<p>Off topic, but David&#8217;s reply made me think about an enhancement I would like to see.  Imagine scrolling up through the command history, either through the editor or by using the up arrow.  When you came across a command that caused an error, it would be in red font.  Boy that would make life simpler when looking through several similar commands, some of which didn&#8217;t work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david</title>
		<link>http://blogs.mathworks.com/videos/2008/09/09/advanced-matlab-file-name-processing-from-directory-listing/#comment-1210</link>
		<dc:creator>david</dc:creator>
		<pubDate>Tue, 09 Sep 2008 15:08:34 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2008/09/09/advanced-matlab-file-name-processing-from-directory-listing/#comment-1210</guid>
		<description>nice. just a thought:
rather than trying ideas in the command window, one idea is to do this using the editor in cell mode. that way,  when you&#039;ve figured out the right syntax, you almost have a finished script. this also saves scrolling through the command history for the correct version of each command which after trial-and-error often look similar to versions that don&#039;t quite work

regards,
david</description>
		<content:encoded><![CDATA[<p>nice. just a thought:<br />
rather than trying ideas in the command window, one idea is to do this using the editor in cell mode. that way,  when you&#8217;ve figured out the right syntax, you almost have a finished script. this also saves scrolling through the command history for the correct version of each command which after trial-and-error often look similar to versions that don&#8217;t quite work</p>
<p>regards,<br />
david</p>
]]></content:encoded>
	</item>
</channel>
</rss>

