<?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 toolbar to a GUI</title>
	<link>http://blogs.mathworks.com/videos/2008/07/22/matlab-basics-adding-a-toolbar-to-a-gui/</link>
	<description>Doug Hull is a proud MathWorker who is on a mission to help you with MATLAB.</description>
	<pubDate>Mon, 23 Nov 2009 00:17:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Scott Hirsch</title>
		<link>http://blogs.mathworks.com/videos/2008/07/22/matlab-basics-adding-a-toolbar-to-a-gui/#comment-1098</link>
		<dc:creator>Scott Hirsch</dc:creator>
		<pubDate>Wed, 10 Sep 2008 17:51:19 +0000</pubDate>
		<guid>http://blogs.mathworks.com/videos/2008/07/22/matlab-basics-adding-a-toolbar-to-a-gui/#comment-1098</guid>
		<description>Shakeham -

You might want to try working with UITABLE instead - just wrap it in a figure.  A caution - UITABLE was released in R2008A.  Earlier versions (back to MATLAB 7/R14) have an undocumented version of UITABLE that works, but which is not compatible with the new version.

- scott</description>
		<content:encoded><![CDATA[<p>Shakeham -</p>
<p>You might want to try working with UITABLE instead - just wrap it in a figure.  A caution - UITABLE was released in R2008A.  Earlier versions (back to MATLAB 7/R14) have an undocumented version of UITABLE that works, but which is not compatible with the new version.</p>
<p>- scott</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shakeham</title>
		<link>http://blogs.mathworks.com/videos/2008/07/22/matlab-basics-adding-a-toolbar-to-a-gui/#comment-1086</link>
		<dc:creator>shakeham</dc:creator>
		<pubDate>Mon, 08 Sep 2008 16:38:48 +0000</pubDate>
		<guid>http://blogs.mathworks.com/videos/2008/07/22/matlab-basics-adding-a-toolbar-to-a-gui/#comment-1086</guid>
		<description>Hi Doug,
Sorry this may not be the right place to ask this question. But I really find it one of the very few impossible things to do with Matlab. I'm trying to build a GUI, with a button which if clicked will open the Matlab arrayeditor and allow the user to edit some data. But as all the halting functions, like 'pause', 'waitfor' or 'uiwait' will take us somewhere outside the current workspace, it won't work. There would be nothing in the arrayEditor window. I'd like some function that would hold the program right there like what we'd have with a breakpoint in debugging mode. Is it even possible? Thanks!</description>
		<content:encoded><![CDATA[<p>Hi Doug,<br />
Sorry this may not be the right place to ask this question. But I really find it one of the very few impossible things to do with Matlab. I&#8217;m trying to build a GUI, with a button which if clicked will open the Matlab arrayeditor and allow the user to edit some data. But as all the halting functions, like &#8216;pause&#8217;, &#8216;waitfor&#8217; or &#8216;uiwait&#8217; will take us somewhere outside the current workspace, it won&#8217;t work. There would be nothing in the arrayEditor window. I&#8217;d like some function that would hold the program right there like what we&#8217;d have with a breakpoint in debugging mode. Is it even possible? Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kaj</title>
		<link>http://blogs.mathworks.com/videos/2008/07/22/matlab-basics-adding-a-toolbar-to-a-gui/#comment-1099</link>
		<dc:creator>Kaj</dc:creator>
		<pubDate>Mon, 18 Aug 2008 21:32:16 +0000</pubDate>
		<guid>http://blogs.mathworks.com/videos/2008/07/22/matlab-basics-adding-a-toolbar-to-a-gui/#comment-1099</guid>
		<description>Doug,

It does not seem possible to add an 'plot edit' button in this way. I would like to be able to select objects plotted in the axes in my GUI. In a GUI using R14, I built a 'plot edit' button using the commond 'plotedit on', but in R2008a this does not work -- it disables all my GUI buttons.

Thanks,
Kaj</description>
		<content:encoded><![CDATA[<p>Doug,</p>
<p>It does not seem possible to add an &#8216;plot edit&#8217; button in this way. I would like to be able to select objects plotted in the axes in my GUI. In a GUI using R14, I built a &#8216;plot edit&#8217; button using the commond &#8216;plotedit on&#8217;, but in R2008a this does not work &#8212; it disables all my GUI buttons.</p>
<p>Thanks,<br />
Kaj</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shakeham</title>
		<link>http://blogs.mathworks.com/videos/2008/07/22/matlab-basics-adding-a-toolbar-to-a-gui/#comment-1097</link>
		<dc:creator>shakeham</dc:creator>
		<pubDate>Tue, 05 Aug 2008 23:11:54 +0000</pubDate>
		<guid>http://blogs.mathworks.com/videos/2008/07/22/matlab-basics-adding-a-toolbar-to-a-gui/#comment-1097</guid>
		<description>Doug, thank you very much. You posts are very useful</description>
		<content:encoded><![CDATA[<p>Doug, thank you very much. You posts are very useful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff</title>
		<link>http://blogs.mathworks.com/videos/2008/07/22/matlab-basics-adding-a-toolbar-to-a-gui/#comment-1096</link>
		<dc:creator>Geoff</dc:creator>
		<pubDate>Mon, 04 Aug 2008 14:56:54 +0000</pubDate>
		<guid>http://blogs.mathworks.com/videos/2008/07/22/matlab-basics-adding-a-toolbar-to-a-gui/#comment-1096</guid>
		<description>Sharina might like to know that toolbar editing was introduced to GUIDE in MATLAB Version 7.5 (R2007b).</description>
		<content:encoded><![CDATA[<p>Sharina might like to know that toolbar editing was introduced to GUIDE in MATLAB Version 7.5 (R2007b).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jiro</title>
		<link>http://blogs.mathworks.com/videos/2008/07/22/matlab-basics-adding-a-toolbar-to-a-gui/#comment-1095</link>
		<dc:creator>jiro</dc:creator>
		<pubDate>Mon, 04 Aug 2008 12:06:31 +0000</pubDate>
		<guid>http://blogs.mathworks.com/videos/2008/07/22/matlab-basics-adding-a-toolbar-to-a-gui/#comment-1095</guid>
		<description>Hi Rachel,

Take a look at Example 3 here:

http://www.mathworks.com/access/helpdesk/help/techdoc/ref/zoom.html

jiro</description>
		<content:encoded><![CDATA[<p>Hi Rachel,</p>
<p>Take a look at Example 3 here:</p>
<p><a href="http://www.mathworks.com/access/helpdesk/help/techdoc/ref/zoom.html" rel="nofollow">http://www.mathworks.com/access/helpdesk/help/techdoc/ref/zoom.html</a></p>
<p>jiro</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rachel</title>
		<link>http://blogs.mathworks.com/videos/2008/07/22/matlab-basics-adding-a-toolbar-to-a-gui/#comment-1094</link>
		<dc:creator>Rachel</dc:creator>
		<pubDate>Mon, 04 Aug 2008 11:02:26 +0000</pubDate>
		<guid>http://blogs.mathworks.com/videos/2008/07/22/matlab-basics-adding-a-toolbar-to-a-gui/#comment-1094</guid>
		<description>Hi Doug,

I was wondering if you could help me out?

I have created a GUI which displays two axes. However I only want the zoom tool to be used on one of them. (I tried using zoom off, but turns the zoom tool off on both axes!) Do you know how I can achieve this?

Thank you

Rachel</description>
		<content:encoded><![CDATA[<p>Hi Doug,</p>
<p>I was wondering if you could help me out?</p>
<p>I have created a GUI which displays two axes. However I only want the zoom tool to be used on one of them. (I tried using zoom off, but turns the zoom tool off on both axes!) Do you know how I can achieve this?</p>
<p>Thank you</p>
<p>Rachel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://blogs.mathworks.com/videos/2008/07/22/matlab-basics-adding-a-toolbar-to-a-gui/#comment-1091</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Tue, 29 Jul 2008 20:34:07 +0000</pubDate>
		<guid>http://blogs.mathworks.com/videos/2008/07/22/matlab-basics-adding-a-toolbar-to-a-gui/#comment-1091</guid>
		<description>This video was made with 2008a.

Doug</description>
		<content:encoded><![CDATA[<p>This video was made with 2008a.</p>
<p>Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sharina</title>
		<link>http://blogs.mathworks.com/videos/2008/07/22/matlab-basics-adding-a-toolbar-to-a-gui/#comment-1089</link>
		<dc:creator>Sharina</dc:creator>
		<pubDate>Thu, 24 Jul 2008 17:08:22 +0000</pubDate>
		<guid>http://blogs.mathworks.com/videos/2008/07/22/matlab-basics-adding-a-toolbar-to-a-gui/#comment-1089</guid>
		<description>Hi Doug,

This proves to be an excellent video.
But can u please tell the version of MATLAB which has a toolbar edit option in it?</description>
		<content:encoded><![CDATA[<p>Hi Doug,</p>
<p>This proves to be an excellent video.<br />
But can u please tell the version of MATLAB which has a toolbar edit option in it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Armyr</title>
		<link>http://blogs.mathworks.com/videos/2008/07/22/matlab-basics-adding-a-toolbar-to-a-gui/#comment-1087</link>
		<dc:creator>Daniel Armyr</dc:creator>
		<pubDate>Wed, 23 Jul 2008 06:41:53 +0000</pubDate>
		<guid>http://blogs.mathworks.com/videos/2008/07/22/matlab-basics-adding-a-toolbar-to-a-gui/#comment-1087</guid>
		<description>Nicey nice. Another feature which isn't so important you break your skull finding yourself, but allways felt that you really should find out how to do.

--DA</description>
		<content:encoded><![CDATA[<p>Nicey nice. Another feature which isn&#8217;t so important you break your skull finding yourself, but allways felt that you really should find out how to do.</p>
<p>&#8211;DA</p>
]]></content:encoded>
	</item>
</channel>
</rss>
