<?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: Building a GUI to read, modify and write an Excel file. 4/4</title>
	<atom:link href="http://blogs.mathworks.com/videos/2009/06/05/building-a-gui-to-read-modify-and-write-an-excel-file-44/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.mathworks.com/videos/2009/06/05/building-a-gui-to-read-modify-and-write-an-excel-file-44/</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/2009/06/05/building-a-gui-to-read-modify-and-write-an-excel-file-44/#comment-1632</link>
		<dc:creator>dhull</dc:creator>
		<pubDate>Fri, 23 Oct 2009 14:50:15 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2009/06/05/building-a-gui-to-read-modify-and-write-an-excel-file-44/#comment-1632</guid>
		<description>@Cliff,

Can other programs open the same files?

Doug</description>
		<content:encoded><![CDATA[<p>@Cliff,</p>
<p>Can other programs open the same files?</p>
<p>Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cliff</title>
		<link>http://blogs.mathworks.com/videos/2009/06/05/building-a-gui-to-read-modify-and-write-an-excel-file-44/#comment-1630</link>
		<dc:creator>Cliff</dc:creator>
		<pubDate>Thu, 22 Oct 2009 23:26:23 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2009/06/05/building-a-gui-to-read-modify-and-write-an-excel-file-44/#comment-1630</guid>
		<description>I am working on a project where an avi video file is opened up inside a GUI made within MatLab (version 7.7.0). My problem is when I try to open avi video files from an external hardrive (also copying the file from the external hardrive to the computer), a pop-up error displays of &quot;Video file wasn&#039;t read!&quot;

Any ideas?</description>
		<content:encoded><![CDATA[<p>I am working on a project where an avi video file is opened up inside a GUI made within MatLab (version 7.7.0). My problem is when I try to open avi video files from an external hardrive (also copying the file from the external hardrive to the computer), a pop-up error displays of &#8220;Video file wasn&#8217;t read!&#8221;</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dhull</title>
		<link>http://blogs.mathworks.com/videos/2009/06/05/building-a-gui-to-read-modify-and-write-an-excel-file-44/#comment-1595</link>
		<dc:creator>dhull</dc:creator>
		<pubDate>Fri, 18 Sep 2009 16:19:39 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2009/06/05/building-a-gui-to-read-modify-and-write-an-excel-file-44/#comment-1595</guid>
		<description>Don,

I think is is long lost.  Sorry!

Doug</description>
		<content:encoded><![CDATA[<p>Don,</p>
<p>I think is is long lost.  Sorry!</p>
<p>Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don</title>
		<link>http://blogs.mathworks.com/videos/2009/06/05/building-a-gui-to-read-modify-and-write-an-excel-file-44/#comment-1594</link>
		<dc:creator>Don</dc:creator>
		<pubDate>Fri, 18 Sep 2009 03:51:45 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2009/06/05/building-a-gui-to-read-modify-and-write-an-excel-file-44/#comment-1594</guid>
		<description>Hi Doug,
thanks for the examples - could you post the source code?
Thanks,
Don</description>
		<content:encoded><![CDATA[<p>Hi Doug,<br />
thanks for the examples &#8211; could you post the source code?<br />
Thanks,<br />
Don</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dhull</title>
		<link>http://blogs.mathworks.com/videos/2009/06/05/building-a-gui-to-read-modify-and-write-an-excel-file-44/#comment-1449</link>
		<dc:creator>dhull</dc:creator>
		<pubDate>Tue, 16 Jun 2009 18:08:40 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2009/06/05/building-a-gui-to-read-modify-and-write-an-excel-file-44/#comment-1449</guid>
		<description>@&quot;MATLAB Newbie&quot;

http://www.mathworks.com/access/helpdesk/help/techdoc/ref/xlsread.html

Look at the third syntax in the list.  It shows how to specify the Excel sheet you want to read with MATLAB.

Doug</description>
		<content:encoded><![CDATA[<p>@&#8221;MATLAB Newbie&#8221;</p>
<p><a href="http://www.mathworks.com/access/helpdesk/help/techdoc/ref/xlsread.html" rel="nofollow">http://www.mathworks.com/access/helpdesk/help/techdoc/ref/xlsread.html</a></p>
<p>Look at the third syntax in the list.  It shows how to specify the Excel sheet you want to read with MATLAB.</p>
<p>Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MATLAB newbie</title>
		<link>http://blogs.mathworks.com/videos/2009/06/05/building-a-gui-to-read-modify-and-write-an-excel-file-44/#comment-1448</link>
		<dc:creator>MATLAB newbie</dc:creator>
		<pubDate>Thu, 11 Jun 2009 09:28:31 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2009/06/05/building-a-gui-to-read-modify-and-write-an-excel-file-44/#comment-1448</guid>
		<description>Hi

By using the xlsread function, MATLAB only reads from the first sheet in excel. The question I want to ask is how can I read from other sheets or even create one when exporting data into an excel spreadsheet?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>By using the xlsread function, MATLAB only reads from the first sheet in excel. The question I want to ask is how can I read from other sheets or even create one when exporting data into an excel spreadsheet?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

