<?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: MATLAB Basics: Getting started from Excel</title>
	<atom:link href="http://blogs.mathworks.com/videos/2007/10/18/matlab-basics-getting-started-from-excel/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.mathworks.com/videos/2007/10/18/matlab-basics-getting-started-from-excel/</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/2007/10/18/matlab-basics-getting-started-from-excel/#comment-2522</link>
		<dc:creator>dhull</dc:creator>
		<pubDate>Mon, 17 Jan 2011 15:03:52 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2007/10/18/matlab-basics-getting-started-from-excel/#comment-2522</guid>
		<description>@Roger,

You can plot it in datenum format.  What is the problem with that?

Doug</description>
		<content:encoded><![CDATA[<p>@Roger,</p>
<p>You can plot it in datenum format.  What is the problem with that?</p>
<p>Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger</title>
		<link>http://blogs.mathworks.com/videos/2007/10/18/matlab-basics-getting-started-from-excel/#comment-2519</link>
		<dc:creator>Roger</dc:creator>
		<pubDate>Fri, 14 Jan 2011 23:29:53 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2007/10/18/matlab-basics-getting-started-from-excel/#comment-2519</guid>
		<description>yes, but datenum just turns the data right back to decimal format.</description>
		<content:encoded><![CDATA[<p>yes, but datenum just turns the data right back to decimal format.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dhull</title>
		<link>http://blogs.mathworks.com/videos/2007/10/18/matlab-basics-getting-started-from-excel/#comment-2515</link>
		<dc:creator>dhull</dc:creator>
		<pubDate>Thu, 13 Jan 2011 19:34:58 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2007/10/18/matlab-basics-getting-started-from-excel/#comment-2515</guid>
		<description>@Roger

You tried datenum?

Doug</description>
		<content:encoded><![CDATA[<p>@Roger</p>
<p>You tried datenum?</p>
<p>Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger</title>
		<link>http://blogs.mathworks.com/videos/2007/10/18/matlab-basics-getting-started-from-excel/#comment-2514</link>
		<dc:creator>Roger</dc:creator>
		<pubDate>Thu, 13 Jan 2011 19:33:47 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2007/10/18/matlab-basics-getting-started-from-excel/#comment-2514</guid>
		<description>Hi Doug,

I am a new user of Matlab.  The 1st column in my excel file is time with HH:MM:SS format, and the other columns are other test data (pressures and temperatures) collected over time.  How do I import the excel file into my Matlab Workspace without having the time values converted into decimal format?  I did try to use &quot;datestr&quot; to make the conversion, but it converted it into text format, which couldn&#039;t be plotted.</description>
		<content:encoded><![CDATA[<p>Hi Doug,</p>
<p>I am a new user of Matlab.  The 1st column in my excel file is time with HH:MM:SS format, and the other columns are other test data (pressures and temperatures) collected over time.  How do I import the excel file into my Matlab Workspace without having the time values converted into decimal format?  I did try to use &#8220;datestr&#8221; to make the conversion, but it converted it into text format, which couldn&#8217;t be plotted.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nancy</title>
		<link>http://blogs.mathworks.com/videos/2007/10/18/matlab-basics-getting-started-from-excel/#comment-561</link>
		<dc:creator>Nancy</dc:creator>
		<pubDate>Sun, 29 Jun 2008 16:27:13 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2007/10/18/matlab-basics-getting-started-from-excel/#comment-561</guid>
		<description>The procedure is well described, but does not allow obtain data from the second sheet, which is required to obtain as vectors columns of the first and second sheet</description>
		<content:encoded><![CDATA[<p>The procedure is well described, but does not allow obtain data from the second sheet, which is required to obtain as vectors columns of the first and second sheet</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: He</title>
		<link>http://blogs.mathworks.com/videos/2007/10/18/matlab-basics-getting-started-from-excel/#comment-557</link>
		<dc:creator>He</dc:creator>
		<pubDate>Sun, 18 Nov 2007 19:41:40 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2007/10/18/matlab-basics-getting-started-from-excel/#comment-557</guid>
		<description>Hi Doug
HOw are you

Can you help me on how to write data to excel from matlab structure table and/or cell array

for example

I have
1)11X4 cell array
2)structure table of students with a fields of name,sex,age,scores,

my e-mail address

henitek@gmail.com

Thank u so much</description>
		<content:encoded><![CDATA[<p>Hi Doug<br />
HOw are you</p>
<p>Can you help me on how to write data to excel from matlab structure table and/or cell array</p>
<p>for example</p>
<p>I have<br />
1)11X4 cell array<br />
2)structure table of students with a fields of name,sex,age,scores,</p>
<p>my e-mail address</p>
<p><a href="mailto:henitek@gmail.com">henitek@gmail.com</a></p>
<p>Thank u so much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://blogs.mathworks.com/videos/2007/10/18/matlab-basics-getting-started-from-excel/#comment-560</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Fri, 09 Nov 2007 18:42:42 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2007/10/18/matlab-basics-getting-started-from-excel/#comment-560</guid>
		<description>Elizabeth,

You might be interested in the command URLREAD.

&gt;&gt;a = urlread(&#039;http://www.mathworks.com&#039;)

This will get you the source of the page, and then you can parse it as you wish.  Can you point me to the specific page you are looking to read in?  I would like to make an example of it.

Doug</description>
		<content:encoded><![CDATA[<p>Elizabeth,</p>
<p>You might be interested in the command URLREAD.</p>
<p>>>a = urlread(&#8216;<a href="http://www.mathworks.com" rel="nofollow">http://www.mathworks.com</a>&#8216;)</p>
<p>This will get you the source of the page, and then you can parse it as you wish.  Can you point me to the specific page you are looking to read in?  I would like to make an example of it.</p>
<p>Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elizabeth</title>
		<link>http://blogs.mathworks.com/videos/2007/10/18/matlab-basics-getting-started-from-excel/#comment-559</link>
		<dc:creator>Elizabeth</dc:creator>
		<pubDate>Thu, 08 Nov 2007 21:46:31 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2007/10/18/matlab-basics-getting-started-from-excel/#comment-559</guid>
		<description>Hi,

This is helpful, but I have a question along the same lines.  Is there any way to import data off a website when the webpages type is text/plain?  There is a top line with writing, then approximately 18 more lines of space delimited numerical text before another line of writing occurs.  Is there any way to make MATLAB go in and read out the data from a website or do you have to save the data into an actual text file first?

Let me know if you can help!

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>This is helpful, but I have a question along the same lines.  Is there any way to import data off a website when the webpages type is text/plain?  There is a top line with writing, then approximately 18 more lines of space delimited numerical text before another line of writing occurs.  Is there any way to make MATLAB go in and read out the data from a website or do you have to save the data into an actual text file first?</p>
<p>Let me know if you can help!</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken Rotter</title>
		<link>http://blogs.mathworks.com/videos/2007/10/18/matlab-basics-getting-started-from-excel/#comment-558</link>
		<dc:creator>Ken Rotter</dc:creator>
		<pubDate>Thu, 08 Nov 2007 09:25:23 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2007/10/18/matlab-basics-getting-started-from-excel/#comment-558</guid>
		<description>Good illustration. Thanks
The link to files is failing to connect.</description>
		<content:encoded><![CDATA[<p>Good illustration. Thanks<br />
The link to files is failing to connect.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

