<?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/videos/2008/05/07/matlab-basics-adding-a-table-to-a-gui/</link>
	<description>Doug Hull is a proud MathWorker who is on a mission to help you with MATLAB.</description>
	<pubDate>Sun, 22 Nov 2009 23:28:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: dhull</title>
		<link>http://blogs.mathworks.com/videos/2008/05/07/matlab-basics-adding-a-table-to-a-gui/#comment-1345</link>
		<dc:creator>dhull</dc:creator>
		<pubDate>Thu, 26 Feb 2009 19:44:29 +0000</pubDate>
		<guid>http://blogs.mathworks.com/videos/2008/05/07/matlab-basics-adding-a-table-to-a-gui/#comment-1345</guid>
		<description>Yana,

Each column will have one set of choices for the choice menu.  You can not vary it by row.

-Doug</description>
		<content:encoded><![CDATA[<p>Yana,</p>
<p>Each column will have one set of choices for the choice menu.  You can not vary it by row.</p>
<p>-Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yana</title>
		<link>http://blogs.mathworks.com/videos/2008/05/07/matlab-basics-adding-a-table-to-a-gui/#comment-1344</link>
		<dc:creator>Yana</dc:creator>
		<pubDate>Wed, 25 Feb 2009 00:04:36 +0000</pubDate>
		<guid>http://blogs.mathworks.com/videos/2008/05/07/matlab-basics-adding-a-table-to-a-gui/#comment-1344</guid>
		<description>Hi, Doug!

I created uitable in my GUI app by Guide, and set some properies by Table Property Editor, to be exact, for Columns set 
[numeric numeric numeric CHOICE_LIST logical numeric]
   1       2        3         4         5       6

And I would like to input my data to table. Beforehand I created my data as cell (4x6), where {i,4} is cell array of strings for corresponding 4th column (pop-up menu)


K&#62;&#62; handles.visualdata.params
ans = 
  Columns 1 through 5
    [    20]    [10]    [   300]    {1x29 cell}    [0]
    [     5]    [ 5]    [    50]    {1x10 cell}    [1]
    [     2]    [ 1]    [    10]    {1x9  cell}    [1]
    [733788]    [ 1]    [733796]    {1x7  cell}    [0]
  Column 6
    [    20]
    [     5]
    [     2]
    [733788]
K&#62;&#62; set(handles.uitable_params,'Data',handles.visualdata.params);
??? Error using ==&#62; set
Values within a cell array must be numeric, logical, or char
 
--------------------
Doug, could you tell me if I have posibility to set different popup menu for each row?</description>
		<content:encoded><![CDATA[<p>Hi, Doug!</p>
<p>I created uitable in my GUI app by Guide, and set some properies by Table Property Editor, to be exact, for Columns set<br />
[numeric numeric numeric CHOICE_LIST logical numeric]<br />
   1       2        3         4         5       6</p>
<p>And I would like to input my data to table. Beforehand I created my data as cell (4&#215;6), where {i,4} is cell array of strings for corresponding 4th column (pop-up menu)</p>
<p>K&gt;&gt; handles.visualdata.params<br />
ans =<br />
  Columns 1 through 5<br />
    [    20]    [10]    [   300]    {1&#215;29 cell}    [0]<br />
    [     5]    [ 5]    [    50]    {1&#215;10 cell}    [1]<br />
    [     2]    [ 1]    [    10]    {1&#215;9  cell}    [1]<br />
    [733788]    [ 1]    [733796]    {1&#215;7  cell}    [0]<br />
  Column 6<br />
    [    20]<br />
    [     5]<br />
    [     2]<br />
    [733788]<br />
K&gt;&gt; set(handles.uitable_params,&#8217;Data&#8217;,handles.visualdata.params);<br />
??? Error using ==&gt; set<br />
Values within a cell array must be numeric, logical, or char</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
Doug, could you tell me if I have posibility to set different popup menu for each row?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://blogs.mathworks.com/videos/2008/05/07/matlab-basics-adding-a-table-to-a-gui/#comment-959</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Mon, 13 Oct 2008 13:13:41 +0000</pubDate>
		<guid>http://blogs.mathworks.com/videos/2008/05/07/matlab-basics-adding-a-table-to-a-gui/#comment-959</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/videos/2008/05/07/matlab-basics-adding-a-table-to-a-gui/#comment-958</link>
		<dc:creator>Hector Mejía</dc:creator>
		<pubDate>Fri, 10 Oct 2008 13:44:59 +0000</pubDate>
		<guid>http://blogs.mathworks.com/videos/2008/05/07/matlab-basics-adding-a-table-to-a-gui/#comment-958</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/videos/2008/05/07/matlab-basics-adding-a-table-to-a-gui/#comment-963</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Tue, 29 Jul 2008 20:37:54 +0000</pubDate>
		<guid>http://blogs.mathworks.com/videos/2008/05/07/matlab-basics-adding-a-table-to-a-gui/#comment-963</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>
	<item>
		<title>By: Keerthi Nagaraj</title>
		<link>http://blogs.mathworks.com/videos/2008/05/07/matlab-basics-adding-a-table-to-a-gui/#comment-962</link>
		<dc:creator>Keerthi Nagaraj</dc:creator>
		<pubDate>Mon, 21 Jul 2008 23:29:33 +0000</pubDate>
		<guid>http://blogs.mathworks.com/videos/2008/05/07/matlab-basics-adding-a-table-to-a-gui/#comment-962</guid>
		<description>Hey Doug,

My question follows the previous post here. I am trying to edit the cells of a table. It works well if I hit tab after entering data. However, if I choose the contents of a cell by mouse-click-and-drag, and edit it, unless I click in another cell, the CellEditCallback is not called. I tend to edit the last cell, and then directly press a button that processes the data. So, I end up missing the data on the last cell I edit. How can I rectify this?

By the way, I am sincerely grateful for the most educative and helpful posts. I even considered developing GUI, solely due to your videos.

Thank you very much,
Keerthi</description>
		<content:encoded><![CDATA[<p>Hey Doug,</p>
<p>My question follows the previous post here. I am trying to edit the cells of a table. It works well if I hit tab after entering data. However, if I choose the contents of a cell by mouse-click-and-drag, and edit it, unless I click in another cell, the CellEditCallback is not called. I tend to edit the last cell, and then directly press a button that processes the data. So, I end up missing the data on the last cell I edit. How can I rectify this?</p>
<p>By the way, I am sincerely grateful for the most educative and helpful posts. I even considered developing GUI, solely due to your videos.</p>
<p>Thank you very much,<br />
Keerthi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://blogs.mathworks.com/videos/2008/05/07/matlab-basics-adding-a-table-to-a-gui/#comment-961</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Fri, 13 Jun 2008 18:29:53 +0000</pubDate>
		<guid>http://blogs.mathworks.com/videos/2008/05/07/matlab-basics-adding-a-table-to-a-gui/#comment-961</guid>
		<description>Austin,

This is a known issue.  I see that it has been fixed in the next release.

Doug</description>
		<content:encoded><![CDATA[<p>Austin,</p>
<p>This is a known issue.  I see that it has been fixed in the next release.</p>
<p>Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Austin DeHart</title>
		<link>http://blogs.mathworks.com/videos/2008/05/07/matlab-basics-adding-a-table-to-a-gui/#comment-960</link>
		<dc:creator>Austin DeHart</dc:creator>
		<pubDate>Fri, 13 Jun 2008 16:53:28 +0000</pubDate>
		<guid>http://blogs.mathworks.com/videos/2008/05/07/matlab-basics-adding-a-table-to-a-gui/#comment-960</guid>
		<description>Hello Doug,

I have a gui with a uitable that works well when you hit enter after each cell edit, but when you hit tab after editing a cell's contents, the CellEditCallback is not executed.  Is there a fix for this?

Thanks,
Austin DeHart</description>
		<content:encoded><![CDATA[<p>Hello Doug,</p>
<p>I have a gui with a uitable that works well when you hit enter after each cell edit, but when you hit tab after editing a cell&#8217;s contents, the CellEditCallback is not executed.  Is there a fix for this?</p>
<p>Thanks,<br />
Austin DeHart</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://blogs.mathworks.com/videos/2008/05/07/matlab-basics-adding-a-table-to-a-gui/#comment-969</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Tue, 13 May 2008 15:31:04 +0000</pubDate>
		<guid>http://blogs.mathworks.com/videos/2008/05/07/matlab-basics-adding-a-table-to-a-gui/#comment-969</guid>
		<description>Malcolm,

This suggestion has been entered into our internal enhancement request database.  Thanks for the suggestion.

Doug</description>
		<content:encoded><![CDATA[<p>Malcolm,</p>
<p>This suggestion has been entered into our internal enhancement request database.  Thanks for the suggestion.</p>
<p>Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Malcolm Lidierth</title>
		<link>http://blogs.mathworks.com/videos/2008/05/07/matlab-basics-adding-a-table-to-a-gui/#comment-968</link>
		<dc:creator>Malcolm Lidierth</dc:creator>
		<pubDate>Tue, 13 May 2008 15:12:36 +0000</pubDate>
		<guid>http://blogs.mathworks.com/videos/2008/05/07/matlab-basics-adding-a-table-to-a-gui/#comment-968</guid>
		<description>As far as access is concerned, the undocumented uitable of old provided cut and paste options from a uicontextmenu but the new version does not. Is that something that will be addressed in future releases?</description>
		<content:encoded><![CDATA[<p>As far as access is concerned, the undocumented uitable of old provided cut and paste options from a uicontextmenu but the new version does not. Is that something that will be addressed in future releases?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
