<?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: Tables in MATLAB with uitable</title>
	<atom:link href="http://blogs.mathworks.com/desktop/2008/06/02/tables-in-matlab-with-uitable/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.mathworks.com/desktop/2008/06/02/tables-in-matlab-with-uitable/</link>
	<description>Mike works on the MATLAB Desktop team</description>
	<lastBuildDate>Sat, 11 Feb 2012 20:21:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Bram</title>
		<link>http://blogs.mathworks.com/desktop/2008/06/02/tables-in-matlab-with-uitable/#comment-8325</link>
		<dc:creator>Bram</dc:creator>
		<pubDate>Wed, 04 Jan 2012 11:46:23 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/desktop/2008/06/02/tables-in-matlab-with-uitable/#comment-8325</guid>
		<description>Hi there,

I was wondering whether it is possible to show a struct in a UItable (or in a GUI, really. But the UItable seems the most likely).

My push-button runs another script which returns quite a big structs, with many embedded structs in them. The whole thing is just a 1X1 struct though. I&#039;d like to view this struct in my GUI just as I can view it in the variable editor. Is this possible?

MASSIVE thanks :)
Bram</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>I was wondering whether it is possible to show a struct in a UItable (or in a GUI, really. But the UItable seems the most likely).</p>
<p>My push-button runs another script which returns quite a big structs, with many embedded structs in them. The whole thing is just a 1X1 struct though. I&#8217;d like to view this struct in my GUI just as I can view it in the variable editor. Is this possible?</p>
<p>MASSIVE thanks :)<br />
Bram</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: martin</title>
		<link>http://blogs.mathworks.com/desktop/2008/06/02/tables-in-matlab-with-uitable/#comment-8161</link>
		<dc:creator>martin</dc:creator>
		<pubDate>Wed, 26 Oct 2011 17:07:52 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/desktop/2008/06/02/tables-in-matlab-with-uitable/#comment-8161</guid>
		<description>Hi,

I would like automatic create a matrix, or array. My program should work like this: 

If I insert any number n, then it will create matrix, or array with elements i1;i2;i3;..in with size nx1.

For example:
if
n=2;
then result is [i1;i2], 

ans =

     i1
     i2

if
n=4;
then result is [i1;i2;i3;i4].

Please can you help me?

Thank you</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I would like automatic create a matrix, or array. My program should work like this: </p>
<p>If I insert any number n, then it will create matrix, or array with elements i1;i2;i3;..in with size nx1.</p>
<p>For example:<br />
if<br />
n=2;<br />
then result is [i1;i2], </p>
<p>ans =</p>
<p>     i1<br />
     i2</p>
<p>if<br />
n=4;<br />
then result is [i1;i2;i3;i4].</p>
<p>Please can you help me?</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: martin</title>
		<link>http://blogs.mathworks.com/desktop/2008/06/02/tables-in-matlab-with-uitable/#comment-8148</link>
		<dc:creator>martin</dc:creator>
		<pubDate>Tue, 25 Oct 2011 15:23:11 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/desktop/2008/06/02/tables-in-matlab-with-uitable/#comment-8148</guid>
		<description>Hi, 

I want use uitable, and uitable should present matrix named for example a. I need insert numbers &quot; 1, 2, 3,...&quot; and strings &quot;a, b,c,....&quot; to the table. 

At the end I need result b=a*a.

Please, help mi.

PS:

Here is example in M-file.
i3 = sym(&#039;i3&#039;,&#039;real&#039;);
 a=[ 0 0 i3; 1 2 3];
 b=[2 2; 2 2; 2 2];
 c=a*b;</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>I want use uitable, and uitable should present matrix named for example a. I need insert numbers &#8221; 1, 2, 3,&#8230;&#8221; and strings &#8220;a, b,c,&#8230;.&#8221; to the table. </p>
<p>At the end I need result b=a*a.</p>
<p>Please, help mi.</p>
<p>PS:</p>
<p>Here is example in M-file.<br />
i3 = sym(&#8216;i3&#8242;,&#8217;real&#8217;);<br />
 a=[ 0 0 i3; 1 2 3];<br />
 b=[2 2; 2 2; 2 2];<br />
 c=a*b;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Freddy</title>
		<link>http://blogs.mathworks.com/desktop/2008/06/02/tables-in-matlab-with-uitable/#comment-7539</link>
		<dc:creator>Freddy</dc:creator>
		<pubDate>Thu, 13 Jan 2011 23:24:10 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/desktop/2008/06/02/tables-in-matlab-with-uitable/#comment-7539</guid>
		<description>Hi,

I have a problem in property editor, i have to define X axis label as ω, can you help me?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have a problem in property editor, i have to define X axis label as ω, can you help me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: karin</title>
		<link>http://blogs.mathworks.com/desktop/2008/06/02/tables-in-matlab-with-uitable/#comment-7426</link>
		<dc:creator>karin</dc:creator>
		<pubDate>Thu, 04 Nov 2010 13:08:20 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/desktop/2008/06/02/tables-in-matlab-with-uitable/#comment-7426</guid>
		<description>hi, i&#039;m using a &quot;uitable &quot; to insert data to a GUI, i need to save the data on a matrix for the internal use of the program. i&#039;m trying to insert the data using a &quot;get(...&#039;data)&quot; to use them on calculations but i can&#039;t save the data on the matrix, it would be very helpfull if someone can tellme what to do, thanks.</description>
		<content:encoded><![CDATA[<p>hi, i&#8217;m using a &#8220;uitable &#8221; to insert data to a GUI, i need to save the data on a matrix for the internal use of the program. i&#8217;m trying to insert the data using a &#8220;get(&#8230;&#8217;data)&#8221; to use them on calculations but i can&#8217;t save the data on the matrix, it would be very helpfull if someone can tellme what to do, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kent</title>
		<link>http://blogs.mathworks.com/desktop/2008/06/02/tables-in-matlab-with-uitable/#comment-7336</link>
		<dc:creator>Kent</dc:creator>
		<pubDate>Sat, 25 Sep 2010 00:20:32 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/desktop/2008/06/02/tables-in-matlab-with-uitable/#comment-7336</guid>
		<description>Every time I repost data to a uitable, the ColumnWidth resizes to the original definition, vitiating the &quot;user customizability&quot; of uitable column widths. Is it possible to &quot;get&quot; a uitable&#039;s CURRENT ColumnWidth, reflecting the users customization? If not, is there any other way to make the table &quot;remember&quot; the ColumnWidth changes that a user may have applied.</description>
		<content:encoded><![CDATA[<p>Every time I repost data to a uitable, the ColumnWidth resizes to the original definition, vitiating the &#8220;user customizability&#8221; of uitable column widths. Is it possible to &#8220;get&#8221; a uitable&#8217;s CURRENT ColumnWidth, reflecting the users customization? If not, is there any other way to make the table &#8220;remember&#8221; the ColumnWidth changes that a user may have applied.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Staffan</title>
		<link>http://blogs.mathworks.com/desktop/2008/06/02/tables-in-matlab-with-uitable/#comment-7319</link>
		<dc:creator>Staffan</dc:creator>
		<pubDate>Wed, 22 Sep 2010 12:31:22 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/desktop/2008/06/02/tables-in-matlab-with-uitable/#comment-7319</guid>
		<description>...another problem is the fontsize of the rownames of the uitable. it appears that I can not set the fontsize to values below 11 pt. If I try, it does not change size below 11 pt. Any ideas?</description>
		<content:encoded><![CDATA[<p>&#8230;another problem is the fontsize of the rownames of the uitable. it appears that I can not set the fontsize to values below 11 pt. If I try, it does not change size below 11 pt. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Staffan</title>
		<link>http://blogs.mathworks.com/desktop/2008/06/02/tables-in-matlab-with-uitable/#comment-7318</link>
		<dc:creator>Staffan</dc:creator>
		<pubDate>Wed, 22 Sep 2010 08:59:51 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/desktop/2008/06/02/tables-in-matlab-with-uitable/#comment-7318</guid>
		<description>Hey,

I have the same problem as in post 61: the column of the rownames is far too big. Is there any workaround to set the columnwidth of the rownames? please help... thanks!</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>I have the same problem as in post 61: the column of the rownames is far too big. Is there any workaround to set the columnwidth of the rownames? please help&#8230; thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pedro</title>
		<link>http://blogs.mathworks.com/desktop/2008/06/02/tables-in-matlab-with-uitable/#comment-7192</link>
		<dc:creator>Pedro</dc:creator>
		<pubDate>Tue, 20 Jul 2010 15:58:50 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/desktop/2008/06/02/tables-in-matlab-with-uitable/#comment-7192</guid>
		<description>hello
i&#039;m a newb using r2009a

my question:
how do i change the number of row ? 
i don&#039;t see any option in the property to define the number of row.
so what i do is checklist the &quot;show name entered below..&quot; under the rows option and fill the field with number just exactly beside that field.

Other possible way is to assign the data with particular value in workspace. But that means the table is filled, not empty.

Is there any other way to define the number of rows?

thanks.</description>
		<content:encoded><![CDATA[<p>hello<br />
i&#8217;m a newb using r2009a</p>
<p>my question:<br />
how do i change the number of row ?<br />
i don&#8217;t see any option in the property to define the number of row.<br />
so what i do is checklist the &#8220;show name entered below..&#8221; under the rows option and fill the field with number just exactly beside that field.</p>
<p>Other possible way is to assign the data with particular value in workspace. But that means the table is filled, not empty.</p>
<p>Is there any other way to define the number of rows?</p>
<p>thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff H</title>
		<link>http://blogs.mathworks.com/desktop/2008/06/02/tables-in-matlab-with-uitable/#comment-7116</link>
		<dc:creator>Jeff H</dc:creator>
		<pubDate>Tue, 15 Jun 2010 15:01:45 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/desktop/2008/06/02/tables-in-matlab-with-uitable/#comment-7116</guid>
		<description>Hello, I have created a table that is nicely displayed, but when I export or print it (e.g. print(hndl, filename, &#039;-dmeta&#039;) or print(hndl, filename, &#039;-depsc2&#039;)), I get a bitmapped image, including fonts, that looks bad, instead of the vector graphics that I want. I have tried all 3 renderer choices, and printing a figure with no UIControls works fine. Is there a way to print or copy the table in a vector graphics format?
[Using ML R2010a, Win7]</description>
		<content:encoded><![CDATA[<p>Hello, I have created a table that is nicely displayed, but when I export or print it (e.g. print(hndl, filename, &#8216;-dmeta&#8217;) or print(hndl, filename, &#8216;-depsc2&#8242;)), I get a bitmapped image, including fonts, that looks bad, instead of the vector graphics that I want. I have tried all 3 renderer choices, and printing a figure with no UIControls works fine. Is there a way to print or copy the table in a vector graphics format?<br />
[Using ML R2010a, Win7]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

