<?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: Video series: Reading Excel data into MATLAB with a GUI</title>
	<atom:link href="http://blogs.mathworks.com/pick/2007/08/13/video-series-reading-excel-data-into-matlab-with-a-gui/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.mathworks.com/pick/2007/08/13/video-series-reading-excel-data-into-matlab-with-a-gui/</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: Jessel</title>
		<link>http://blogs.mathworks.com/pick/2007/08/13/video-series-reading-excel-data-into-matlab-with-a-gui/#comment-14399</link>
		<dc:creator>Jessel</dc:creator>
		<pubDate>Sat, 14 Jan 2012 05:22:22 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/2007/08/13/video-series-reading-excel-data-into-matlab-with-a-gui/#comment-14399</guid>
		<description>all I just want to skip the first column and only the fruit name are available on the popup menu...</description>
		<content:encoded><![CDATA[<p>all I just want to skip the first column and only the fruit name are available on the popup menu&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jessel</title>
		<link>http://blogs.mathworks.com/pick/2007/08/13/video-series-reading-excel-data-into-matlab-with-a-gui/#comment-14398</link>
		<dc:creator>Jessel</dc:creator>
		<pubDate>Sat, 14 Jan 2012 05:17:06 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/2007/08/13/video-series-reading-excel-data-into-matlab-with-a-gui/#comment-14398</guid>
		<description>I have some problem... for the first column of my excel file is a txt... lets say this is the  out out after i insert the following command:


&gt;&gt; fileName=&#039;Fruit Population.xlsx&#039;

fileName =

Fruit Population.xlsx

&gt;&gt; [numbers,colNames]=xlsread(fileName);
&gt;&gt; colNames

colNames = 

  Columns 1 through 2

    &#039;Municipalities&#039;    &#039;Mango&#039;
    &#039;Boston&#039;            &#039;&#039;     
    &#039;Cateel&#039;            &#039;&#039;     
    &#039;Baganga&#039;           &#039;&#039;     
    &#039;Caraga&#039;            &#039;&#039;     
    &#039;Manay&#039;             &#039;&#039;     
    &#039;Taragona&#039;          &#039;&#039;     
    &#039;Banaybanay&#039;        &#039;&#039;     
    &#039;Lupon&#039;             &#039;&#039;     
    &#039;San Isidro&#039;        &#039;&#039;     
    &#039;Gov Generoso&#039;      &#039;&#039;     
    &#039;Mati&#039;              &#039;&#039;     

  Columns 3 through 4

    &#039;Sugar Apple&#039;    &#039;Star Fruit&#039;
    &#039;&#039;               &#039;&#039;          
    &#039;&#039;               &#039;&#039;          
    &#039;&#039;               &#039;&#039;          
    &#039;&#039;               &#039;&#039;          
    &#039;&#039;               &#039;&#039;          
    &#039;&#039;               &#039;&#039;          
    &#039;&#039;               &#039;&#039;          
    &#039;&#039;               &#039;&#039;          
    &#039;&#039;               &#039;&#039;          
    &#039;&#039;               &#039;&#039;          
    &#039;&#039;               &#039;&#039;          

  Columns 5 through 6

    &#039;Star Apple&#039;    &#039;Durian&#039;
    &#039;&#039;              &#039;&#039;      
    &#039;&#039;              &#039;&#039;      
    &#039;&#039;              &#039;&#039;      
    &#039;&#039;              &#039;&#039;      
    &#039;&#039;              &#039;&#039;      
    &#039;&#039;              &#039;&#039;      
    &#039;&#039;              &#039;&#039;      
    &#039;&#039;              &#039;&#039;      
    &#039;&#039;              &#039;&#039;      
    &#039;&#039;              &#039;&#039;      
    &#039;&#039;              &#039;&#039;      

  Columns 7 through 8

    &#039;Soursop&#039;    &#039;Cucumber Tree&#039;
    &#039;&#039;           &#039;&#039;             
    &#039;&#039;           &#039;&#039;             
    &#039;&#039;           &#039;&#039;             
    &#039;&#039;           &#039;&#039;             
    &#039;&#039;           &#039;&#039;             
    &#039;&#039;           &#039;&#039;             
    &#039;&#039;           &#039;&#039;             
    &#039;&#039;           &#039;&#039;             
    &#039;&#039;           &#039;&#039;             
    &#039;&#039;           &#039;&#039;             
    &#039;&#039;           &#039;&#039;             

  Columns 9 through 10

    &#039;Jackfruit&#039;    &#039;Lanzones&#039;
    &#039;&#039;             &#039;&#039;        
    &#039;&#039;             &#039;&#039;        
    &#039;&#039;             &#039;&#039;        
    &#039;&#039;             &#039;&#039;        
    &#039;&#039;             &#039;&#039;        
    &#039;&#039;             &#039;&#039;        
    &#039;&#039;             &#039;&#039;        
    &#039;&#039;             &#039;&#039;        
    &#039;&#039;             &#039;&#039;        
    &#039;&#039;             &#039;&#039;        
    &#039;&#039;             &#039;&#039;        

  Columns 11 through 12

    &#039;Mountain Apple&#039;    &#039;Mangosteen&#039;
    &#039;&#039;                  &#039;&#039;          
    &#039;&#039;                  &#039;&#039;          
    &#039;&#039;                  &#039;&#039;          
    &#039;&#039;                  &#039;&#039;          
    &#039;&#039;                  &#039;&#039;          
    &#039;&#039;                  &#039;&#039;          
    &#039;&#039;                  &#039;&#039;          
    &#039;&#039;                  &#039;&#039;          
    &#039;&#039;                  &#039;&#039;          
    &#039;&#039;                  &#039;&#039;          
    &#039;&#039;                  &#039;&#039;          

  Columns 13 through 14

    &#039;Pineapple&#039;    &#039;Rambutan&#039;
    &#039;&#039;             &#039;&#039;        
    &#039;&#039;             &#039;&#039;        
    &#039;&#039;             &#039;&#039;        
    &#039;&#039;             &#039;&#039;        
    &#039;&#039;             &#039;&#039;        
    &#039;&#039;             &#039;&#039;        
    &#039;&#039;             &#039;&#039;        
    &#039;&#039;             &#039;&#039;        
    &#039;&#039;             &#039;&#039;        
    &#039;&#039;             &#039;&#039;        
    &#039;&#039;             &#039;&#039;        

  Columns 15 through 16

    &#039;Bried fruit&#039;    &#039;Tamarind&#039;
    &#039;&#039;               &#039;&#039;        
    &#039;&#039;               &#039;&#039;        
    &#039;&#039;               &#039;&#039;        
    &#039;&#039;               &#039;&#039;        
    &#039;&#039;               &#039;&#039;        
    &#039;&#039;               &#039;&#039;        
    &#039;&#039;               &#039;&#039;        
    &#039;&#039;               &#039;&#039;        
    &#039;&#039;               &#039;&#039;        
    &#039;&#039;               &#039;&#039;        
    &#039;&#039;               &#039;&#039;        

  Columns 17 through 18

    &#039;Pomelo&#039;    &#039;Coconut&#039;
    &#039;&#039;          &#039;&#039;       
    &#039;&#039;          &#039;&#039;       
    &#039;&#039;          &#039;&#039;       
    &#039;&#039;          &#039;&#039;       
    &#039;&#039;          &#039;&#039;       
    &#039;&#039;          &#039;&#039;       
    &#039;&#039;          &#039;&#039;       
    &#039;&#039;          &#039;&#039;       
    &#039;&#039;          &#039;&#039;       
    &#039;&#039;          &#039;&#039;       
    &#039;&#039;          &#039;&#039;       

  Columns 19 through 20

    &#039;Lolly Fruit&#039;    &#039;Banana&#039;
    &#039;&#039;               &#039;&#039;      
    &#039;&#039;               &#039;&#039;      
    &#039;&#039;               &#039;&#039;      
    &#039;&#039;               &#039;&#039;      
    &#039;&#039;               &#039;&#039;      
    &#039;&#039;               &#039;&#039;      
    &#039;&#039;               &#039;&#039;      
    &#039;&#039;               &#039;&#039;      
    &#039;&#039;               &#039;&#039;      
    &#039;&#039;               &#039;&#039;      
    &#039;&#039;               &#039;&#039;      

</description>
		<content:encoded><![CDATA[<p>I have some problem&#8230; for the first column of my excel file is a txt&#8230; lets say this is the  out out after i insert the following command:</p>
<p>&gt;&gt; fileName=&#8217;Fruit Population.xlsx&#8217;</p>
<p>fileName =</p>
<p>Fruit Population.xlsx</p>
<p>&gt;&gt; [numbers,colNames]=xlsread(fileName);<br />
&gt;&gt; colNames</p>
<p>colNames = </p>
<p>  Columns 1 through 2</p>
<p>    &#8216;Municipalities&#8217;    &#8216;Mango&#8217;<br />
    &#8216;Boston&#8217;            &#8221;<br />
    &#8216;Cateel&#8217;            &#8221;<br />
    &#8216;Baganga&#8217;           &#8221;<br />
    &#8216;Caraga&#8217;            &#8221;<br />
    &#8216;Manay&#8217;             &#8221;<br />
    &#8216;Taragona&#8217;          &#8221;<br />
    &#8216;Banaybanay&#8217;        &#8221;<br />
    &#8216;Lupon&#8217;             &#8221;<br />
    &#8216;San Isidro&#8217;        &#8221;<br />
    &#8216;Gov Generoso&#8217;      &#8221;<br />
    &#8216;Mati&#8217;              &#8221;     </p>
<p>  Columns 3 through 4</p>
<p>    &#8216;Sugar Apple&#8217;    &#8216;Star Fruit&#8217;<br />
    &#8221;               &#8221;<br />
    &#8221;               &#8221;<br />
    &#8221;               &#8221;<br />
    &#8221;               &#8221;<br />
    &#8221;               &#8221;<br />
    &#8221;               &#8221;<br />
    &#8221;               &#8221;<br />
    &#8221;               &#8221;<br />
    &#8221;               &#8221;<br />
    &#8221;               &#8221;<br />
    &#8221;               &#8221;          </p>
<p>  Columns 5 through 6</p>
<p>    &#8216;Star Apple&#8217;    &#8216;Durian&#8217;<br />
    &#8221;              &#8221;<br />
    &#8221;              &#8221;<br />
    &#8221;              &#8221;<br />
    &#8221;              &#8221;<br />
    &#8221;              &#8221;<br />
    &#8221;              &#8221;<br />
    &#8221;              &#8221;<br />
    &#8221;              &#8221;<br />
    &#8221;              &#8221;<br />
    &#8221;              &#8221;<br />
    &#8221;              &#8221;      </p>
<p>  Columns 7 through 8</p>
<p>    &#8216;Soursop&#8217;    &#8216;Cucumber Tree&#8217;<br />
    &#8221;           &#8221;<br />
    &#8221;           &#8221;<br />
    &#8221;           &#8221;<br />
    &#8221;           &#8221;<br />
    &#8221;           &#8221;<br />
    &#8221;           &#8221;<br />
    &#8221;           &#8221;<br />
    &#8221;           &#8221;<br />
    &#8221;           &#8221;<br />
    &#8221;           &#8221;<br />
    &#8221;           &#8221;             </p>
<p>  Columns 9 through 10</p>
<p>    &#8216;Jackfruit&#8217;    &#8216;Lanzones&#8217;<br />
    &#8221;             &#8221;<br />
    &#8221;             &#8221;<br />
    &#8221;             &#8221;<br />
    &#8221;             &#8221;<br />
    &#8221;             &#8221;<br />
    &#8221;             &#8221;<br />
    &#8221;             &#8221;<br />
    &#8221;             &#8221;<br />
    &#8221;             &#8221;<br />
    &#8221;             &#8221;<br />
    &#8221;             &#8221;        </p>
<p>  Columns 11 through 12</p>
<p>    &#8216;Mountain Apple&#8217;    &#8216;Mangosteen&#8217;<br />
    &#8221;                  &#8221;<br />
    &#8221;                  &#8221;<br />
    &#8221;                  &#8221;<br />
    &#8221;                  &#8221;<br />
    &#8221;                  &#8221;<br />
    &#8221;                  &#8221;<br />
    &#8221;                  &#8221;<br />
    &#8221;                  &#8221;<br />
    &#8221;                  &#8221;<br />
    &#8221;                  &#8221;<br />
    &#8221;                  &#8221;          </p>
<p>  Columns 13 through 14</p>
<p>    &#8216;Pineapple&#8217;    &#8216;Rambutan&#8217;<br />
    &#8221;             &#8221;<br />
    &#8221;             &#8221;<br />
    &#8221;             &#8221;<br />
    &#8221;             &#8221;<br />
    &#8221;             &#8221;<br />
    &#8221;             &#8221;<br />
    &#8221;             &#8221;<br />
    &#8221;             &#8221;<br />
    &#8221;             &#8221;<br />
    &#8221;             &#8221;<br />
    &#8221;             &#8221;        </p>
<p>  Columns 15 through 16</p>
<p>    &#8216;Bried fruit&#8217;    &#8216;Tamarind&#8217;<br />
    &#8221;               &#8221;<br />
    &#8221;               &#8221;<br />
    &#8221;               &#8221;<br />
    &#8221;               &#8221;<br />
    &#8221;               &#8221;<br />
    &#8221;               &#8221;<br />
    &#8221;               &#8221;<br />
    &#8221;               &#8221;<br />
    &#8221;               &#8221;<br />
    &#8221;               &#8221;<br />
    &#8221;               &#8221;        </p>
<p>  Columns 17 through 18</p>
<p>    &#8216;Pomelo&#8217;    &#8216;Coconut&#8217;<br />
    &#8221;          &#8221;<br />
    &#8221;          &#8221;<br />
    &#8221;          &#8221;<br />
    &#8221;          &#8221;<br />
    &#8221;          &#8221;<br />
    &#8221;          &#8221;<br />
    &#8221;          &#8221;<br />
    &#8221;          &#8221;<br />
    &#8221;          &#8221;<br />
    &#8221;          &#8221;<br />
    &#8221;          &#8221;       </p>
<p>  Columns 19 through 20</p>
<p>    &#8216;Lolly Fruit&#8217;    &#8216;Banana&#8217;<br />
    &#8221;               &#8221;<br />
    &#8221;               &#8221;<br />
    &#8221;               &#8221;<br />
    &#8221;               &#8221;<br />
    &#8221;               &#8221;<br />
    &#8221;               &#8221;<br />
    &#8221;               &#8221;<br />
    &#8221;               &#8221;<br />
    &#8221;               &#8221;<br />
    &#8221;               &#8221;<br />
    &#8221;               &#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mady</title>
		<link>http://blogs.mathworks.com/pick/2007/08/13/video-series-reading-excel-data-into-matlab-with-a-gui/#comment-14389</link>
		<dc:creator>Mady</dc:creator>
		<pubDate>Wed, 04 Jan 2012 09:43:17 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/2007/08/13/video-series-reading-excel-data-into-matlab-with-a-gui/#comment-14389</guid>
		<description>hi Doug,
i found so interesting your videos but i got some problems while using your techniques. here are : ??? Error using ==&gt; xlsread at 219
XLSREAD unable to open file DataD2.xls.
File C:\Program Files\MATLAB\R2010b\bin\DataD2.xls not found.
what should i do? 

Mady</description>
		<content:encoded><![CDATA[<p>hi Doug,<br />
i found so interesting your videos but i got some problems while using your techniques. here are : ??? Error using ==&gt; xlsread at 219<br />
XLSREAD unable to open file DataD2.xls.<br />
File C:\Program Files\MATLAB\R2010b\bin\DataD2.xls not found.<br />
what should i do? </p>
<p>Mady</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alizade</title>
		<link>http://blogs.mathworks.com/pick/2007/08/13/video-series-reading-excel-data-into-matlab-with-a-gui/#comment-14320</link>
		<dc:creator>alizade</dc:creator>
		<pubDate>Thu, 17 Nov 2011 11:09:19 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/2007/08/13/video-series-reading-excel-data-into-matlab-with-a-gui/#comment-14320</guid>
		<description>thanks, this video is very usefull</description>
		<content:encoded><![CDATA[<p>thanks, this video is very usefull</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ralph</title>
		<link>http://blogs.mathworks.com/pick/2007/08/13/video-series-reading-excel-data-into-matlab-with-a-gui/#comment-14297</link>
		<dc:creator>Ralph</dc:creator>
		<pubDate>Fri, 04 Nov 2011 20:14:30 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/2007/08/13/video-series-reading-excel-data-into-matlab-with-a-gui/#comment-14297</guid>
		<description>The example does not appear to work in 7.12.0.0635

There are a number of comments starting in Jan. 2010 mentioning that that this demonstation is running into a problem with callback. Several comments later suggest the same thing.

This demonstation should first be removed and then re-recorded in a later version.  Having a non-working example does not benefit anyone.

If you are new to MatLab, do not waste your time trying to replicate this demo as the final step of implimenting the call back will not work.</description>
		<content:encoded><![CDATA[<p>The example does not appear to work in 7.12.0.0635</p>
<p>There are a number of comments starting in Jan. 2010 mentioning that that this demonstation is running into a problem with callback. Several comments later suggest the same thing.</p>
<p>This demonstation should first be removed and then re-recorded in a later version.  Having a non-working example does not benefit anyone.</p>
<p>If you are new to MatLab, do not waste your time trying to replicate this demo as the final step of implimenting the call back will not work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bhuiyan</title>
		<link>http://blogs.mathworks.com/pick/2007/08/13/video-series-reading-excel-data-into-matlab-with-a-gui/#comment-14296</link>
		<dc:creator>Bhuiyan</dc:creator>
		<pubDate>Fri, 04 Nov 2011 12:41:44 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/2007/08/13/video-series-reading-excel-data-into-matlab-with-a-gui/#comment-14296</guid>
		<description>Hello,
I need to analyze some data for a experiment. So, I read some data(from .txt file) into matlab GUI and plotted a figure in logarithm scale. How can I return the data from Matlab GUI/m file into the excel sheet? Could you please help me?

Thanks
D Bhuiyan</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I need to analyze some data for a experiment. So, I read some data(from .txt file) into matlab GUI and plotted a figure in logarithm scale. How can I return the data from Matlab GUI/m file into the excel sheet? Could you please help me?</p>
<p>Thanks<br />
D Bhuiyan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hussnain</title>
		<link>http://blogs.mathworks.com/pick/2007/08/13/video-series-reading-excel-data-into-matlab-with-a-gui/#comment-14294</link>
		<dc:creator>hussnain</dc:creator>
		<pubDate>Tue, 01 Nov 2011 17:00:06 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/2007/08/13/video-series-reading-excel-data-into-matlab-with-a-gui/#comment-14294</guid>
		<description>and also read sheet from excel which contains in first column floating decimal and floating binary number and in 2nd column it contains the conversion type i.e 

10011.11       10
232387.2489     2
101111.010     10
.
.
.
.

first read this data and then convert it to the type specified in 2nd column of excel sheet.
kindly help me out</description>
		<content:encoded><![CDATA[<p>and also read sheet from excel which contains in first column floating decimal and floating binary number and in 2nd column it contains the conversion type i.e </p>
<p>10011.11       10<br />
232387.2489     2<br />
101111.010     10<br />
.<br />
.<br />
.<br />
.</p>
<p>first read this data and then convert it to the type specified in 2nd column of excel sheet.<br />
kindly help me out</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hussnain</title>
		<link>http://blogs.mathworks.com/pick/2007/08/13/video-series-reading-excel-data-into-matlab-with-a-gui/#comment-14293</link>
		<dc:creator>hussnain</dc:creator>
		<pubDate>Tue, 01 Nov 2011 16:55:31 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/2007/08/13/video-series-reading-excel-data-into-matlab-with-a-gui/#comment-14293</guid>
		<description>i want to read binary numbers from excel file and convert it into decimal number in matlab.... Kindly please help me out</description>
		<content:encoded><![CDATA[<p>i want to read binary numbers from excel file and convert it into decimal number in matlab&#8230;. Kindly please help me out</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arif</title>
		<link>http://blogs.mathworks.com/pick/2007/08/13/video-series-reading-excel-data-into-matlab-with-a-gui/#comment-14273</link>
		<dc:creator>Arif</dc:creator>
		<pubDate>Mon, 17 Oct 2011 11:30:45 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/2007/08/13/video-series-reading-excel-data-into-matlab-with-a-gui/#comment-14273</guid>
		<description>I would like to download the mainGui.fig, mainGui.m and the excel file which are used in your tutorial.Could you please tell me the way?

I have a n*3 (n rows and 3 columns) matrix and I want to save or convert that matrix into a excel file.Could you please help me out?

-Thanks</description>
		<content:encoded><![CDATA[<p>I would like to download the mainGui.fig, mainGui.m and the excel file which are used in your tutorial.Could you please tell me the way?</p>
<p>I have a n*3 (n rows and 3 columns) matrix and I want to save or convert that matrix into a excel file.Could you please help me out?</p>
<p>-Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diego</title>
		<link>http://blogs.mathworks.com/pick/2007/08/13/video-series-reading-excel-data-into-matlab-with-a-gui/#comment-14201</link>
		<dc:creator>Diego</dc:creator>
		<pubDate>Sat, 30 Jul 2011 16:17:05 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/2007/08/13/video-series-reading-excel-data-into-matlab-with-a-gui/#comment-14201</guid>
		<description>I want to show the datas from excel file in a table, but of any file, so i dont have the numbers of the rows and columns.
Can you help me?</description>
		<content:encoded><![CDATA[<p>I want to show the datas from excel file in a table, but of any file, so i dont have the numbers of the rows and columns.<br />
Can you help me?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

