<?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/pick/2007/10/18/matlab-basics-getting-started-from-excel/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.mathworks.com/pick/2007/10/18/matlab-basics-getting-started-from-excel/</link>
	<description>&#60;a href=&#34;http://www.mathworks.com/matlabcentral/fileexchange/loadAuthor.do?objectId=1093599&#38;objectType=author&#34;&#62;Brett&#60;/a&#62; &#38; &#60;a href=&#34;http://www.mathworks.com/matlabcentral/fileexchange/loadAuthor.do?objectId=1094142&#38;objectType=author&#34;&#62;Jiro&#60;/a&#62; share favorite user-contributed submissions from the File Exchange.</description>
	<lastBuildDate>Fri, 10 Feb 2012 16:12:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Nancy</title>
		<link>http://blogs.mathworks.com/pick/2007/10/18/matlab-basics-getting-started-from-excel/#comment-11948</link>
		<dc:creator>Nancy</dc:creator>
		<pubDate>Sun, 29 Jun 2008 16:27:13 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/2007/10/18/matlab-basics-getting-started-from-excel/#comment-11948</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/pick/2007/10/18/matlab-basics-getting-started-from-excel/#comment-5915</link>
		<dc:creator>He</dc:creator>
		<pubDate>Sun, 18 Nov 2007 19:41:40 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/2007/10/18/matlab-basics-getting-started-from-excel/#comment-5915</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/pick/2007/10/18/matlab-basics-getting-started-from-excel/#comment-4969</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Fri, 09 Nov 2007 18:42:42 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/2007/10/18/matlab-basics-getting-started-from-excel/#comment-4969</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/pick/2007/10/18/matlab-basics-getting-started-from-excel/#comment-4905</link>
		<dc:creator>Elizabeth</dc:creator>
		<pubDate>Thu, 08 Nov 2007 21:46:31 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/2007/10/18/matlab-basics-getting-started-from-excel/#comment-4905</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/pick/2007/10/18/matlab-basics-getting-started-from-excel/#comment-4835</link>
		<dc:creator>Ken Rotter</dc:creator>
		<pubDate>Thu, 08 Nov 2007 09:25:23 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/2007/10/18/matlab-basics-getting-started-from-excel/#comment-4835</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>

