<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: MATLAB Basics: Adding a table to a GUI</title>
	<link>http://blogs.mathworks.com/pick/2008/05/07/matlab-basics-adding-a-table-to-a-gui/</link>
	<description>&#60;a href="http://www.mathworks.com/matlabcentral/fileexchange/loadAuthor.do?objectId=969735&#38;objectType=author"&#62;Bob&#60;/a&#62;, &#60;a href="http://www.mathworks.com/matlabcentral/fileexchange/loadAuthor.do?objectId=1093599&#38;objectType=author"&#62;Brett&#60;/a&#62; &#38; &#60;a href="http://www.mathworks.com/matlabcentral/fileexchange/loadAuthor.do?objectId=1094142&#38;objectType=author"&#62;Jiro&#60;/a&#62; share favorite user-contributed submissions from the File Exchange.</description>
	<pubDate>Sun, 22 Nov 2009 23:01:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Ben</title>
		<link>http://blogs.mathworks.com/pick/2008/05/07/matlab-basics-adding-a-table-to-a-gui/#comment-13286</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Mon, 02 Nov 2009 03:09:00 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2008/05/07/matlab-basics-adding-a-table-to-a-gui/#comment-13286</guid>
		<description>Doug,

Thanks for the very helpful videos!

Uitables seem like a convenient way to make a customized property inspector for when there are lots of adjustable parameters in the application.  This works well when the parameters all have the same format, otherwise to make use of the column formatting &#38; input features we can only make a "transposed" version (side scrolling, not so pretty).

Having row formatting as an option would be nice.  Are there any plans for this in future versions - or is there a better way to go about this?</description>
		<content:encoded><![CDATA[<p>Doug,</p>
<p>Thanks for the very helpful videos!</p>
<p>Uitables seem like a convenient way to make a customized property inspector for when there are lots of adjustable parameters in the application.  This works well when the parameters all have the same format, otherwise to make use of the column formatting &amp; input features we can only make a &#8220;transposed&#8221; version (side scrolling, not so pretty).</p>
<p>Having row formatting as an option would be nice.  Are there any plans for this in future versions - or is there a better way to go about this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://blogs.mathworks.com/pick/2008/05/07/matlab-basics-adding-a-table-to-a-gui/#comment-13170</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Mon, 01 Jun 2009 13:21:53 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2008/05/07/matlab-basics-adding-a-table-to-a-gui/#comment-13170</guid>
		<description>Rossonera,

http://blinkdagger.com/matlab/matlab-gui-tutorial-uitable-part-1-how-to-display-data

This might help you!

Doug</description>
		<content:encoded><![CDATA[<p>Rossonera,</p>
<p><a href="http://blinkdagger.com/matlab/matlab-gui-tutorial-uitable-part-1-how-to-display-data" rel="nofollow">http://blinkdagger.com/matlab/matlab-gui-tutorial-uitable-part-1-how-to-display-data</a></p>
<p>This might help you!</p>
<p>Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rossonera</title>
		<link>http://blogs.mathworks.com/pick/2008/05/07/matlab-basics-adding-a-table-to-a-gui/#comment-13169</link>
		<dc:creator>rossonera</dc:creator>
		<pubDate>Sat, 30 May 2009 23:28:36 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2008/05/07/matlab-basics-adding-a-table-to-a-gui/#comment-13169</guid>
		<description>Hello,

Please, i have never used tables before in matlab and i am using matlab R2007b. Il like to know how to create a table. This is how its supposed to work---I have 2 GUI windows, one for collecting user data like name , gender, address etc and the secon GUI window is the one that should contain the table. I will like a case whereby a user inputs his/her personal details in the first GUI and on pressing "update button" from that first GUI window, it gets added to the table of the second GUI. As different other users key in their personal details and clicks on "update button", that table continues to be populated and updated</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Please, i have never used tables before in matlab and i am using matlab R2007b. Il like to know how to create a table. This is how its supposed to work&#8212;I have 2 GUI windows, one for collecting user data like name , gender, address etc and the secon GUI window is the one that should contain the table. I will like a case whereby a user inputs his/her personal details in the first GUI and on pressing &#8220;update button&#8221; from that first GUI window, it gets added to the table of the second GUI. As different other users key in their personal details and clicks on &#8220;update button&#8221;, that table continues to be populated and updated</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://blogs.mathworks.com/pick/2008/05/07/matlab-basics-adding-a-table-to-a-gui/#comment-13106</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Fri, 27 Mar 2009 16:08:34 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2008/05/07/matlab-basics-adding-a-table-to-a-gui/#comment-13106</guid>
		<description>Waggy,

Here is a very simple example:

 t = uitable('Data',{1 2 3; '1' '2' '3'})

This is a cell array with strings and numerics.  It works fine.

Doug</description>
		<content:encoded><![CDATA[<p>Waggy,</p>
<p>Here is a very simple example:</p>
<p> t = uitable(&#8217;Data&#8217;,{1 2 3; &#8216;1&#8242; &#8216;2&#8242; &#8216;3&#8242;})</p>
<p>This is a cell array with strings and numerics.  It works fine.</p>
<p>Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waggy</title>
		<link>http://blogs.mathworks.com/pick/2008/05/07/matlab-basics-adding-a-table-to-a-gui/#comment-13103</link>
		<dc:creator>Waggy</dc:creator>
		<pubDate>Tue, 24 Mar 2009 15:30:02 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2008/05/07/matlab-basics-adding-a-table-to-a-gui/#comment-13103</guid>
		<description>Doug,

Thanks for your advice, i have merged the data into a cell however when i select the cell in Property Inspector - Data, it will not display the cell data.  If i choose a double array i have in the Workspace it displays fine!  

Do i need to convert the data within the cell to allow uitable to accept it?

Thanks Doug,

Waggy</description>
		<content:encoded><![CDATA[<p>Doug,</p>
<p>Thanks for your advice, i have merged the data into a cell however when i select the cell in Property Inspector - Data, it will not display the cell data.  If i choose a double array i have in the Workspace it displays fine!  </p>
<p>Do i need to convert the data within the cell to allow uitable to accept it?</p>
<p>Thanks Doug,</p>
<p>Waggy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://blogs.mathworks.com/pick/2008/05/07/matlab-basics-adding-a-table-to-a-gui/#comment-13094</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Tue, 17 Mar 2009 15:22:54 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2008/05/07/matlab-basics-adding-a-table-to-a-gui/#comment-13094</guid>
		<description>Waggy,

You are going to have to decide how you want these odd shaped pieces to fit together.  I recommend putting them all into one big cell, then setting that to the data as normal.

Doug</description>
		<content:encoded><![CDATA[<p>Waggy,</p>
<p>You are going to have to decide how you want these odd shaped pieces to fit together.  I recommend putting them all into one big cell, then setting that to the data as normal.</p>
<p>Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waggy</title>
		<link>http://blogs.mathworks.com/pick/2008/05/07/matlab-basics-adding-a-table-to-a-gui/#comment-13093</link>
		<dc:creator>Waggy</dc:creator>
		<pubDate>Tue, 17 Mar 2009 15:02:32 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2008/05/07/matlab-basics-adding-a-table-to-a-gui/#comment-13093</guid>
		<description>Doug,

I am investigating a way of loading the uitable with data from two variables.  One is a 10x12 double however the second is a 12x13 cell.  Is this achievable in any way?

Many thanks Doug,

Waggy</description>
		<content:encoded><![CDATA[<p>Doug,</p>
<p>I am investigating a way of loading the uitable with data from two variables.  One is a 10&#215;12 double however the second is a 12&#215;13 cell.  Is this achievable in any way?</p>
<p>Many thanks Doug,</p>
<p>Waggy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://blogs.mathworks.com/pick/2008/05/07/matlab-basics-adding-a-table-to-a-gui/#comment-12903</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Mon, 13 Oct 2008 13:13:41 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2008/05/07/matlab-basics-adding-a-table-to-a-gui/#comment-12903</guid>
		<description>Hector,

This was a new feature of 2008a.  You will need to upgrade to get the functionality.

Doug</description>
		<content:encoded><![CDATA[<p>Hector,</p>
<p>This was a new feature of 2008a.  You will need to upgrade to get the functionality.</p>
<p>Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hector Mejía</title>
		<link>http://blogs.mathworks.com/pick/2008/05/07/matlab-basics-adding-a-table-to-a-gui/#comment-12900</link>
		<dc:creator>Hector Mejía</dc:creator>
		<pubDate>Fri, 10 Oct 2008 13:44:59 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2008/05/07/matlab-basics-adding-a-table-to-a-gui/#comment-12900</guid>
		<description>Hi, I have Matlab 7.5.0 (R2007b) and I need to create a table on an interface, but in the GUI doesn't exist a botton to create it, do I have to install something to obtain that botton in my GUI

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi, I have Matlab 7.5.0 (R2007b) and I need to create a table on an interface, but in the GUI doesn&#8217;t exist a botton to create it, do I have to install something to obtain that botton in my GUI</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://blogs.mathworks.com/pick/2008/05/07/matlab-basics-adding-a-table-to-a-gui/#comment-12278</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Tue, 29 Jul 2008 20:37:54 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2008/05/07/matlab-basics-adding-a-table-to-a-gui/#comment-12278</guid>
		<description>Keerthi,

Our developers are aware of that behavior.  A change in behavior is likely in an upcoming release.

Doug</description>
		<content:encoded><![CDATA[<p>Keerthi,</p>
<p>Our developers are aware of that behavior.  A change in behavior is likely in an upcoming release.</p>
<p>Doug</p>
]]></content:encoded>
	</item>
</channel>
</rss>
