<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/158662</link>
    <title>MATLAB Central Newsreader - Grid widget for MATLAB?</title>
    <description>Feed for thread: Grid widget for MATLAB?</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 by MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Thu, 01 Nov 2007 22:27:01 -0400</pubDate>
      <title>Grid widget for MATLAB?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/158662#399499</link>
      <author>none</author>
      <description>I am thinking of using MATLAB to write a GUI application. I have done &lt;br&gt;
some simple GUI things with it, charts, dialogs, etc. But, is there a &lt;br&gt;
grid-like control that can be used with MATLAB (similar to the Excel &lt;br&gt;
type grid)&lt;br&gt;
&lt;br&gt;
thanks&lt;br&gt;
&lt;br&gt;
John</description>
    </item>
    <item>
      <pubDate>Fri, 02 Nov 2007 04:01:21 -0400</pubDate>
      <title>Re: Grid widget for MATLAB?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/158662#399529</link>
      <author> Peter</author>
      <description>On Nov 1, 3:27 pm, none &amp;lt;&quot;&quot;john\&quot;@(none)&quot;&amp;gt; wrote:&lt;br&gt;
&amp;gt; I am thinking of using MATLAB to write a GUI application. I have done&lt;br&gt;
&amp;gt; some simple GUI things with it, charts, dialogs, etc. But, is there a&lt;br&gt;
&amp;gt; grid-like control that can be used with MATLAB (similar to the Excel&lt;br&gt;
&amp;gt; type grid)&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; thanks&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; John&lt;br&gt;
&lt;br&gt;
How about the following?&lt;br&gt;
&lt;br&gt;
a = 1:12;&lt;br&gt;
open a&lt;br&gt;
&lt;br&gt;
This will open the variable a in the built-in, spreadsheet-like array&lt;br&gt;
editor.  I believe you can configure the editor to be free-floating&lt;br&gt;
(apart from the desktop window) if you so desire.&lt;br&gt;
&lt;br&gt;
--Peter</description>
    </item>
    <item>
      <pubDate>Fri, 02 Nov 2007 09:12:56 -0400</pubDate>
      <title>Re: Grid widget for MATLAB?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/158662#399552</link>
      <author>Yair Altman</author>
      <description>&amp;gt; I am thinking of using MATLAB to write a GUI application. I&lt;br&gt;
&amp;gt; have done some simple GUI things with it, charts, dialogs, &lt;br&gt;
&amp;gt; etc. But, is there a grid-like control that can be used with&lt;br&gt;
&amp;gt; MATLAB (similar to the Excel type grid)&lt;br&gt;
&lt;br&gt;
Check this Java-based data table:&lt;br&gt;
&lt;a href=&quot;http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=14225&quot;&gt;http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=14225&lt;/a&gt;&lt;br&gt;
You may also look at some of my other submissions for&lt;br&gt;
examples of using Java Swing for rich Matlab GUI:&lt;br&gt;
&lt;a href=&quot;http://www.mathworks.com/matlabcentral/fileexchange/loadAuthor.do?objectType=author&amp;objectId=1096533&quot;&gt;http://www.mathworks.com/matlabcentral/fileexchange/loadAuthor.do?objectType=author&amp;objectId=1096533&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
Matlab has an undocumented and unsupported built-in function&lt;br&gt;
(uitable) that can also be a simple basic solution (my table&lt;br&gt;
is basically an expanded wrapper for it). If you really want&lt;br&gt;
fine-grained control over your data table/grid, consider&lt;br&gt;
using your own Java object (like Swing's JTable or one of a&lt;br&gt;
multitude of available Java widgets out there).&lt;br&gt;
&lt;br&gt;
Lastly, if you only care about Windows, you can always embed&lt;br&gt;
an ActiveX grid or table control. Look at the actxcontrol&lt;br&gt;
and relatives.&lt;br&gt;
&lt;br&gt;
Yair Altman&lt;br&gt;
&lt;a href=&quot;http://ymasoftware.com&quot;&gt;http://ymasoftware.com&lt;/a&gt;</description>
    </item>
  </channel>
</rss>

