<?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: Exploring uitable properties</title>
	<atom:link href="http://blogs.mathworks.com/videos/2009/01/29/exploring-uitable-properties/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.mathworks.com/videos/2009/01/29/exploring-uitable-properties/</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: Vincent</title>
		<link>http://blogs.mathworks.com/videos/2009/01/29/exploring-uitable-properties/#comment-2718</link>
		<dc:creator>Vincent</dc:creator>
		<pubDate>Tue, 19 Jul 2011 18:35:22 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2009/01/29/exploring-uitable-properties/#comment-2718</guid>
		<description>@Andrew 

I had the same issue a little while ago but on a windows xp with the R2007b, so I tcheck up and finaly see that it was because in this release the uitable function was not completly set and was powered by java, so in the subsequent version they improve it and drop the java part</description>
		<content:encoded><![CDATA[<p>@Andrew </p>
<p>I had the same issue a little while ago but on a windows xp with the R2007b, so I tcheck up and finaly see that it was because in this release the uitable function was not completly set and was powered by java, so in the subsequent version they improve it and drop the java part</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dhull</title>
		<link>http://blogs.mathworks.com/videos/2009/01/29/exploring-uitable-properties/#comment-2271</link>
		<dc:creator>dhull</dc:creator>
		<pubDate>Mon, 20 Sep 2010 17:39:49 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2009/01/29/exploring-uitable-properties/#comment-2271</guid>
		<description>@Ashok,

See answer 6 above.  You will have to just keep updating it as you see fit.

Doug</description>
		<content:encoded><![CDATA[<p>@Ashok,</p>
<p>See answer 6 above.  You will have to just keep updating it as you see fit.</p>
<p>Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ashok</title>
		<link>http://blogs.mathworks.com/videos/2009/01/29/exploring-uitable-properties/#comment-2259</link>
		<dc:creator>ashok</dc:creator>
		<pubDate>Fri, 03 Sep 2010 12:32:30 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2009/01/29/exploring-uitable-properties/#comment-2259</guid>
		<description>how to prepare uitable to incrementally insert data into it.
like if i have data comming in serial port and i need to display in uitable, one row for each input data segment
how can i do that??
i even dont know how many number of rows i need to show at first..
what is the limit to for row and column in uitable??

thx n regards
ash</description>
		<content:encoded><![CDATA[<p>how to prepare uitable to incrementally insert data into it.<br />
like if i have data comming in serial port and i need to display in uitable, one row for each input data segment<br />
how can i do that??<br />
i even dont know how many number of rows i need to show at first..<br />
what is the limit to for row and column in uitable??</p>
<p>thx n regards<br />
ash</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dhull</title>
		<link>http://blogs.mathworks.com/videos/2009/01/29/exploring-uitable-properties/#comment-2154</link>
		<dc:creator>dhull</dc:creator>
		<pubDate>Tue, 29 Jun 2010 14:43:33 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2009/01/29/exploring-uitable-properties/#comment-2154</guid>
		<description>@Sharon,

Make the entire matrix of data first then set it into the uitable.

Doug</description>
		<content:encoded><![CDATA[<p>@Sharon,</p>
<p>Make the entire matrix of data first then set it into the uitable.</p>
<p>Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sharon</title>
		<link>http://blogs.mathworks.com/videos/2009/01/29/exploring-uitable-properties/#comment-2151</link>
		<dc:creator>Sharon</dc:creator>
		<pubDate>Tue, 29 Jun 2010 11:00:25 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2009/01/29/exploring-uitable-properties/#comment-2151</guid>
		<description>Hi, may I know is it possible and how to arrange data in GUI table? I have few variables like a, b, c and d. Each of them have 10 rows of data. I wish to arrange them in the table format in GUI and make it a table of 4 column (a, b, c, d) and 10 rows in GUI. I try to use the command like set(handles.uitable1,&#039;data&#039;,a) and it can display 10 rows in first column of GUI table. But I fail to make it displays b in second column, c in third and d in fourth column. It seems like only can display one column. Thanks a lot.</description>
		<content:encoded><![CDATA[<p>Hi, may I know is it possible and how to arrange data in GUI table? I have few variables like a, b, c and d. Each of them have 10 rows of data. I wish to arrange them in the table format in GUI and make it a table of 4 column (a, b, c, d) and 10 rows in GUI. I try to use the command like set(handles.uitable1,&#8217;data&#8217;,a) and it can display 10 rows in first column of GUI table. But I fail to make it displays b in second column, c in third and d in fourth column. It seems like only can display one column. Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dhull</title>
		<link>http://blogs.mathworks.com/videos/2009/01/29/exploring-uitable-properties/#comment-1450</link>
		<dc:creator>dhull</dc:creator>
		<pubDate>Tue, 16 Jun 2009 18:09:56 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2009/01/29/exploring-uitable-properties/#comment-1450</guid>
		<description>Andrew,

Glad you were able to solve your own issue and help everyone else out in the same way.

Thanks,
Doug</description>
		<content:encoded><![CDATA[<p>Andrew,</p>
<p>Glad you were able to solve your own issue and help everyone else out in the same way.</p>
<p>Thanks,<br />
Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://blogs.mathworks.com/videos/2009/01/29/exploring-uitable-properties/#comment-1447</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Wed, 10 Jun 2009 20:22:46 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2009/01/29/exploring-uitable-properties/#comment-1447</guid>
		<description>In case anyone else found the same issue...
I went ahead and upgraded to R2008b (ver 7.7.0) and it works exactly as shown in the video. (Running on an Intel-Mac OSX)

These video tutorials are really helpful! Thanks Doug!
I am going to get a lot of use out of the uitable in the gui I&#039;m writing.</description>
		<content:encoded><![CDATA[<p>In case anyone else found the same issue&#8230;<br />
I went ahead and upgraded to R2008b (ver 7.7.0) and it works exactly as shown in the video. (Running on an Intel-Mac OSX)</p>
<p>These video tutorials are really helpful! Thanks Doug!<br />
I am going to get a lot of use out of the uitable in the gui I&#8217;m writing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://blogs.mathworks.com/videos/2009/01/29/exploring-uitable-properties/#comment-1446</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Wed, 10 Jun 2009 03:07:43 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2009/01/29/exploring-uitable-properties/#comment-1446</guid>
		<description>Is this supposed to perform the same on R2007a running on Mac OSX?

This is what I get when I try to do the same things:

&lt;pre&gt;

EDU&gt;&gt; close all
EDU&gt;&gt; clear all
EDU&gt;&gt; a = uitable
 
a =
 
	javahandle_withcallbacks.com.mathworks.hg.peer.UitablePeer

EDU&gt;&gt; set(a,&#039;data&#039;,magic(3))
??? Object belongs to an incompatible Java class.

EDU&gt;&gt; 
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Is this supposed to perform the same on R2007a running on Mac OSX?</p>
<p>This is what I get when I try to do the same things:</p>
<pre>

EDU&gt;&gt; close all
EDU&gt;&gt; clear all
EDU&gt;&gt; a = uitable

a =

	javahandle_withcallbacks.com.mathworks.hg.peer.UitablePeer

EDU&gt;&gt; set(a,'data',magic(3))
??? Object belongs to an incompatible Java class.

EDU&gt;&gt;
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff</title>
		<link>http://blogs.mathworks.com/videos/2009/01/29/exploring-uitable-properties/#comment-1317</link>
		<dc:creator>Geoff</dc:creator>
		<pubDate>Mon, 02 Feb 2009 20:05:37 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2009/01/29/exploring-uitable-properties/#comment-1317</guid>
		<description>Good to have you back here, Doug. As you know, the MATLAB GUI Building doc now links to your archive, so keeps these tips and tricks coming!

Was this posting inspired by a user who had to ask how to get data into a uitable, even after checking the doc? If so, the MATLAB Graphics and GBT doc has utterly failed to communicate basic information.</description>
		<content:encoded><![CDATA[<p>Good to have you back here, Doug. As you know, the MATLAB GUI Building doc now links to your archive, so keeps these tips and tricks coming!</p>
<p>Was this posting inspired by a user who had to ask how to get data into a uitable, even after checking the doc? If so, the MATLAB Graphics and GBT doc has utterly failed to communicate basic information.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

