<?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/pick/2008/07/22/matlab-basics-adding-a-toolbar-to-a-gui/</link>
	<description>&#60;a href="http://www.mathworks.com/matlabcentral/fileexchange/loadAuthor.do?objectId=969735&#38;objectType=author"&#62;Bob&#60;/a&#62;, &#60;a href="http://www.mathworks.com/matlabcentral/fileexchange/loadAuthor.do?objectId=1093599&#38;objectType=author"&#62;Brett&#60;/a&#62; &#38; &#60;a href="http://www.mathworks.com/matlabcentral/fileexchange/loadAuthor.do?objectId=1094142&#38;objectType=author"&#62;Jiro&#60;/a&#62; share favorite user-contributed submissions from the File Exchange.</description>
	<pubDate>Mon, 23 Nov 2009 00:36:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Doug</title>
		<link>http://blogs.mathworks.com/pick/2008/07/22/matlab-basics-adding-a-toolbar-to-a-gui/#comment-12932</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Wed, 12 Nov 2008 16:11:44 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2008/07/22/matlab-basics-adding-a-toolbar-to-a-gui/#comment-12932</guid>
		<description>Surbhi,

Glad to help.  Thanks for the feedback!

-Doug</description>
		<content:encoded><![CDATA[<p>Surbhi,</p>
<p>Glad to help.  Thanks for the feedback!</p>
<p>-Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Surbhi</title>
		<link>http://blogs.mathworks.com/pick/2008/07/22/matlab-basics-adding-a-toolbar-to-a-gui/#comment-12929</link>
		<dc:creator>Surbhi</dc:creator>
		<pubDate>Wed, 12 Nov 2008 02:30:20 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2008/07/22/matlab-basics-adding-a-toolbar-to-a-gui/#comment-12929</guid>
		<description>Hey this was really useful.
Thank you so much. Your vides are *SOO* helpful. I must have spent easily 1-2 hrs on reading things but referring to your videos speeds up everything :) 
thanks !</description>
		<content:encoded><![CDATA[<p>Hey this was really useful.<br />
Thank you so much. Your vides are *SOO* helpful. I must have spent easily 1-2 hrs on reading things but referring to your videos speeds up everything :)<br />
thanks !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Hirsch</title>
		<link>http://blogs.mathworks.com/pick/2008/07/22/matlab-basics-adding-a-toolbar-to-a-gui/#comment-12799</link>
		<dc:creator>Scott Hirsch</dc:creator>
		<pubDate>Wed, 10 Sep 2008 17:51:19 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2008/07/22/matlab-basics-adding-a-toolbar-to-a-gui/#comment-12799</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/pick/2008/07/22/matlab-basics-adding-a-toolbar-to-a-gui/#comment-12776</link>
		<dc:creator>shakeham</dc:creator>
		<pubDate>Mon, 08 Sep 2008 16:38:48 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2008/07/22/matlab-basics-adding-a-toolbar-to-a-gui/#comment-12776</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/pick/2008/07/22/matlab-basics-adding-a-toolbar-to-a-gui/#comment-12472</link>
		<dc:creator>Kaj</dc:creator>
		<pubDate>Mon, 18 Aug 2008 21:32:16 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2008/07/22/matlab-basics-adding-a-toolbar-to-a-gui/#comment-12472</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/pick/2008/07/22/matlab-basics-adding-a-toolbar-to-a-gui/#comment-12343</link>
		<dc:creator>shakeham</dc:creator>
		<pubDate>Tue, 05 Aug 2008 23:11:54 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2008/07/22/matlab-basics-adding-a-toolbar-to-a-gui/#comment-12343</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/pick/2008/07/22/matlab-basics-adding-a-toolbar-to-a-gui/#comment-12331</link>
		<dc:creator>Geoff</dc:creator>
		<pubDate>Mon, 04 Aug 2008 14:56:54 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2008/07/22/matlab-basics-adding-a-toolbar-to-a-gui/#comment-12331</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/pick/2008/07/22/matlab-basics-adding-a-toolbar-to-a-gui/#comment-12330</link>
		<dc:creator>jiro</dc:creator>
		<pubDate>Mon, 04 Aug 2008 12:06:31 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2008/07/22/matlab-basics-adding-a-toolbar-to-a-gui/#comment-12330</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/pick/2008/07/22/matlab-basics-adding-a-toolbar-to-a-gui/#comment-12328</link>
		<dc:creator>Rachel</dc:creator>
		<pubDate>Mon, 04 Aug 2008 11:02:26 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2008/07/22/matlab-basics-adding-a-toolbar-to-a-gui/#comment-12328</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/pick/2008/07/22/matlab-basics-adding-a-toolbar-to-a-gui/#comment-12277</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Tue, 29 Jul 2008 20:34:07 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2008/07/22/matlab-basics-adding-a-toolbar-to-a-gui/#comment-12277</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>
</channel>
</rss>
