<?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: Tables in MATLAB with uitable</title>
	<link>http://blogs.mathworks.com/desktop/2008/06/02/tables-in-matlab-with-uitable/</link>
	<description>Ken &#38; Mike work on the MATLAB Desktop team</description>
	<pubDate>Mon, 23 Nov 2009 00:21:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Nelson</title>
		<link>http://blogs.mathworks.com/desktop/2008/06/02/tables-in-matlab-with-uitable/#comment-6670</link>
		<dc:creator>Nelson</dc:creator>
		<pubDate>Thu, 12 Nov 2009 20:31:42 +0000</pubDate>
		<guid>http://blogs.mathworks.com/desktop/2008/06/02/tables-in-matlab-with-uitable/#comment-6670</guid>
		<description>I have a suggestion regarding column formatting:

Support fprintf type format strings for numerics, such as '%.4g'.

Thanks.</description>
		<content:encoded><![CDATA[<p>I have a suggestion regarding column formatting:</p>
<p>Support fprintf type format strings for numerics, such as &#8216;%.4g&#8217;.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://blogs.mathworks.com/desktop/2008/06/02/tables-in-matlab-with-uitable/#comment-6651</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Fri, 06 Nov 2009 10:38:04 +0000</pubDate>
		<guid>http://blogs.mathworks.com/desktop/2008/06/02/tables-in-matlab-with-uitable/#comment-6651</guid>
		<description>I have the same problem as described above with UITable working fine in the Matlab environment but showing no data when compiled as an executable.
The data is definately present in the table, as I select a line of the table and other fields change their contents to reflect the line of the table which has been selected. So the cells seem to have data in, but they appear empty.
I have seen this problem posted several times but no solution. Is this a MATLAB bug which remains unsolved?</description>
		<content:encoded><![CDATA[<p>I have the same problem as described above with UITable working fine in the Matlab environment but showing no data when compiled as an executable.<br />
The data is definately present in the table, as I select a line of the table and other fields change their contents to reflect the line of the table which has been selected. So the cells seem to have data in, but they appear empty.<br />
I have seen this problem posted several times but no solution. Is this a MATLAB bug which remains unsolved?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: salem</title>
		<link>http://blogs.mathworks.com/desktop/2008/06/02/tables-in-matlab-with-uitable/#comment-6606</link>
		<dc:creator>salem</dc:creator>
		<pubDate>Wed, 21 Oct 2009 03:37:34 +0000</pubDate>
		<guid>http://blogs.mathworks.com/desktop/2008/06/02/tables-in-matlab-with-uitable/#comment-6606</guid>
		<description>i design a matlab program with user interface by using gui and i input the data from the user interface but i have problem to read the data from uitable 
fro example when i need to input data from fig to m file i use 
str2double(get(handles.edit11,'string'));   this to read data i input it through edit but when i need to read data from table what is the order that i write it in m file</description>
		<content:encoded><![CDATA[<p>i design a matlab program with user interface by using gui and i input the data from the user interface but i have problem to read the data from uitable<br />
fro example when i need to input data from fig to m file i use<br />
str2double(get(handles.edit11,&#8217;string&#8217;));   this to read data i input it through edit but when i need to read data from table what is the order that i write it in m file</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://blogs.mathworks.com/desktop/2008/06/02/tables-in-matlab-with-uitable/#comment-6557</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 07 Oct 2009 19:57:46 +0000</pubDate>
		<guid>http://blogs.mathworks.com/desktop/2008/06/02/tables-in-matlab-with-uitable/#comment-6557</guid>
		<description>adiel,

 You can use the get and set methods on the 'Data' paramater of the uitable handle to read/write the data.</description>
		<content:encoded><![CDATA[<p>adiel,</p>
<p> You can use the get and set methods on the &#8216;Data&#8217; paramater of the uitable handle to read/write the data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adiel</title>
		<link>http://blogs.mathworks.com/desktop/2008/06/02/tables-in-matlab-with-uitable/#comment-6556</link>
		<dc:creator>adiel</dc:creator>
		<pubDate>Wed, 07 Oct 2009 16:23:29 +0000</pubDate>
		<guid>http://blogs.mathworks.com/desktop/2008/06/02/tables-in-matlab-with-uitable/#comment-6556</guid>
		<description>hi mike &#38; ken.

i'de like to know how can I use in the information that the user write in the table? 
and if I can chenge what he wrote from the program?</description>
		<content:encoded><![CDATA[<p>hi mike &amp; ken.</p>
<p>i&#8217;de like to know how can I use in the information that the user write in the table?<br />
and if I can chenge what he wrote from the program?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Malek</title>
		<link>http://blogs.mathworks.com/desktop/2008/06/02/tables-in-matlab-with-uitable/#comment-6542</link>
		<dc:creator>Malek</dc:creator>
		<pubDate>Mon, 28 Sep 2009 13:09:17 +0000</pubDate>
		<guid>http://blogs.mathworks.com/desktop/2008/06/02/tables-in-matlab-with-uitable/#comment-6542</guid>
		<description>I am sorry for the previous post... It is still not working...
:)</description>
		<content:encoded><![CDATA[<p>I am sorry for the previous post&#8230; It is still not working&#8230;<br />
:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Malek</title>
		<link>http://blogs.mathworks.com/desktop/2008/06/02/tables-in-matlab-with-uitable/#comment-6541</link>
		<dc:creator>Malek</dc:creator>
		<pubDate>Mon, 28 Sep 2009 12:54:09 +0000</pubDate>
		<guid>http://blogs.mathworks.com/desktop/2008/06/02/tables-in-matlab-with-uitable/#comment-6541</guid>
		<description>I had the same problem. 

I used the -a in the mcc for the codetools. But the tables did not update whenever I filled it using data I got from a database Table. So I simply entered the data twice.

set(handles.uitable2,'Data',count_alarm)
set(handles.uitable2,'Data',count_alarm)

and it worked! I hope it works for you guys</description>
		<content:encoded><![CDATA[<p>I had the same problem. </p>
<p>I used the -a in the mcc for the codetools. But the tables did not update whenever I filled it using data I got from a database Table. So I simply entered the data twice.</p>
<p>set(handles.uitable2,&#8217;Data&#8217;,count_alarm)<br />
set(handles.uitable2,&#8217;Data&#8217;,count_alarm)</p>
<p>and it worked! I hope it works for you guys</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yair Altman</title>
		<link>http://blogs.mathworks.com/desktop/2008/06/02/tables-in-matlab-with-uitable/#comment-6522</link>
		<dc:creator>Yair Altman</dc:creator>
		<pubDate>Fri, 18 Sep 2009 07:12:11 +0000</pubDate>
		<guid>http://blogs.mathworks.com/desktop/2008/06/02/tables-in-matlab-with-uitable/#comment-6522</guid>
		<description>Daniel - the HTML workaround is undocumented. It relies on the (undocumented) fact that Matlab GUI is based on Java Swing, which is HTML-aware. Similarly, you can use HTML in tooltips, menu labels, listbox item etc.

You can find more information/examples here: http://undocumentedmatlab.com/blog/html-support-in-matlab-uicomponents/ and here: http://undocumentedmatlab.com/blog/spicing-up-matlab-uicontrol-tooltips/

Yair</description>
		<content:encoded><![CDATA[<p>Daniel - the HTML workaround is undocumented. It relies on the (undocumented) fact that Matlab GUI is based on Java Swing, which is HTML-aware. Similarly, you can use HTML in tooltips, menu labels, listbox item etc.</p>
<p>You can find more information/examples here: <a href="http://undocumentedmatlab.com/blog/html-support-in-matlab-uicomponents/" rel="nofollow">http://undocumentedmatlab.com/blog/html-support-in-matlab-uicomponents/</a> and here: <a href="http://undocumentedmatlab.com/blog/spicing-up-matlab-uicontrol-tooltips/" rel="nofollow">http://undocumentedmatlab.com/blog/spicing-up-matlab-uicontrol-tooltips/</a></p>
<p>Yair</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://blogs.mathworks.com/desktop/2008/06/02/tables-in-matlab-with-uitable/#comment-6518</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Thu, 17 Sep 2009 16:26:16 +0000</pubDate>
		<guid>http://blogs.mathworks.com/desktop/2008/06/02/tables-in-matlab-with-uitable/#comment-6518</guid>
		<description>Hi Mike, 

sorry, i already found it!

'&#x0394;pb'

Thanks you!</description>
		<content:encoded><![CDATA[<p>Hi Mike, </p>
<p>sorry, i already found it!</p>
<p>&#8216;&#x0394;pb&#8217;</p>
<p>Thanks you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://blogs.mathworks.com/desktop/2008/06/02/tables-in-matlab-with-uitable/#comment-6517</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Thu, 17 Sep 2009 16:12:42 +0000</pubDate>
		<guid>http://blogs.mathworks.com/desktop/2008/06/02/tables-in-matlab-with-uitable/#comment-6517</guid>
		<description>Hi Mike, hi Ken, 

thank you very much for your answer, was very helpful. I had no idea about this html workaround. Tried to find more information about it but didnt get much. 

Do you know if it is also possible to introduce subindices? In latex what im looking for would be something like  '\Delta_{pb}'  

Thanks for your help, 
Daniel</description>
		<content:encoded><![CDATA[<p>Hi Mike, hi Ken, </p>
<p>thank you very much for your answer, was very helpful. I had no idea about this html workaround. Tried to find more information about it but didnt get much. </p>
<p>Do you know if it is also possible to introduce subindices? In latex what im looking for would be something like  &#8216;\Delta_{pb}&#8217;  </p>
<p>Thanks for your help,<br />
Daniel</p>
]]></content:encoded>
	</item>
</channel>
</rss>
