<?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: MATLAB Basics: Adding a toolbar to a GUI</title>
	<atom:link href="http://blogs.mathworks.com/videos/2008/07/22/matlab-basics-adding-a-toolbar-to-a-gui/feed/" rel="self" type="application/rss+xml" />
	<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>
	<lastBuildDate>Fri, 10 Feb 2012 20:31:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: dhull</title>
		<link>http://blogs.mathworks.com/videos/2008/07/22/matlab-basics-adding-a-toolbar-to-a-gui/#comment-2721</link>
		<dc:creator>dhull</dc:creator>
		<pubDate>Wed, 20 Jul 2011 18:48:42 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2008/07/22/matlab-basics-adding-a-toolbar-to-a-gui/#comment-2721</guid>
		<description>@Lindsay,

The callbacks define what happens.  You must add them unless you  are using pre-builts with defaults as I am.

doug</description>
		<content:encoded><![CDATA[<p>@Lindsay,</p>
<p>The callbacks define what happens.  You must add them unless you  are using pre-builts with defaults as I am.</p>
<p>doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lindsay</title>
		<link>http://blogs.mathworks.com/videos/2008/07/22/matlab-basics-adding-a-toolbar-to-a-gui/#comment-2717</link>
		<dc:creator>Lindsay</dc:creator>
		<pubDate>Mon, 18 Jul 2011 20:16:33 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2008/07/22/matlab-basics-adding-a-toolbar-to-a-gui/#comment-2717</guid>
		<description>In your demo you quickly showed how to add these things to a blank figure though it appeared you executed your original main program to show the tools added actually function.  I tried adding the tools without adding any callbacks and the tools did nothing. 
I didn&#039;t see you add any code that makes the tools actually work. I thought the %default takes care of everything but apparently it doesn&#039;t.  can you elaborate why mine is not working.. am running matlab 2008b.

thanks</description>
		<content:encoded><![CDATA[<p>In your demo you quickly showed how to add these things to a blank figure though it appeared you executed your original main program to show the tools added actually function.  I tried adding the tools without adding any callbacks and the tools did nothing.<br />
I didn&#8217;t see you add any code that makes the tools actually work. I thought the %default takes care of everything but apparently it doesn&#8217;t.  can you elaborate why mine is not working.. am running matlab 2008b.</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dhull</title>
		<link>http://blogs.mathworks.com/videos/2008/07/22/matlab-basics-adding-a-toolbar-to-a-gui/#comment-2686</link>
		<dc:creator>dhull</dc:creator>
		<pubDate>Wed, 29 Jun 2011 18:16:13 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2008/07/22/matlab-basics-adding-a-toolbar-to-a-gui/#comment-2686</guid>
		<description>@Abhijit,

You have to turn on the grid on an axes by axes basis.

Doug</description>
		<content:encoded><![CDATA[<p>@Abhijit,</p>
<p>You have to turn on the grid on an axes by axes basis.</p>
<p>Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhijit Warke</title>
		<link>http://blogs.mathworks.com/videos/2008/07/22/matlab-basics-adding-a-toolbar-to-a-gui/#comment-2674</link>
		<dc:creator>Abhijit Warke</dc:creator>
		<pubDate>Tue, 21 Jun 2011 18:17:15 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2008/07/22/matlab-basics-adding-a-toolbar-to-a-gui/#comment-2674</guid>
		<description>Hi, Another question

hold on
    plot(handles.axes4, Data,&#039;k&#039;);grid on
    title(handles.axes4,&#039;\fontsize{16} Signal&#039;)
    xlabel(handles.axes4,&#039;\fontsize{16}Samples&#039;)
    ylabel(handles.axes4,&#039;\fontsize{16}\mu&#039;)    
hold off

grid on

plot(handles.axes8, Data,&#039;k&#039;);grid on
plot(handles.axes9, Data,&#039;k&#039;);grid on
plot(handles.axes10,Data,&#039;k&#039;);grid on

this does not switch on grid on any of the axis in the GUI. How do i switch the grid on for all the axes? 

thanks in advance..</description>
		<content:encoded><![CDATA[<p>Hi, Another question</p>
<p>hold on<br />
    plot(handles.axes4, Data,&#8217;k');grid on<br />
    title(handles.axes4,&#8217;\fontsize{16} Signal&#8217;)<br />
    xlabel(handles.axes4,&#8217;\fontsize{16}Samples&#8217;)<br />
    ylabel(handles.axes4,&#8217;\fontsize{16}\mu&#8217;)<br />
hold off</p>
<p>grid on</p>
<p>plot(handles.axes8, Data,&#8217;k');grid on<br />
plot(handles.axes9, Data,&#8217;k');grid on<br />
plot(handles.axes10,Data,&#8217;k');grid on</p>
<p>this does not switch on grid on any of the axis in the GUI. How do i switch the grid on for all the axes? </p>
<p>thanks in advance..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhijit Warke</title>
		<link>http://blogs.mathworks.com/videos/2008/07/22/matlab-basics-adding-a-toolbar-to-a-gui/#comment-2672</link>
		<dc:creator>Abhijit Warke</dc:creator>
		<pubDate>Tue, 21 Jun 2011 14:24:46 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2008/07/22/matlab-basics-adding-a-toolbar-to-a-gui/#comment-2672</guid>
		<description>Thanks dhull! ill try that..</description>
		<content:encoded><![CDATA[<p>Thanks dhull! ill try that..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dhull</title>
		<link>http://blogs.mathworks.com/videos/2008/07/22/matlab-basics-adding-a-toolbar-to-a-gui/#comment-2668</link>
		<dc:creator>dhull</dc:creator>
		<pubDate>Wed, 15 Jun 2011 16:57:20 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2008/07/22/matlab-basics-adding-a-toolbar-to-a-gui/#comment-2668</guid>
		<description>@abhijit

look at linkaxes and linkprop.

Doug</description>
		<content:encoded><![CDATA[<p>@abhijit</p>
<p>look at linkaxes and linkprop.</p>
<p>Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhijit Warke</title>
		<link>http://blogs.mathworks.com/videos/2008/07/22/matlab-basics-adding-a-toolbar-to-a-gui/#comment-2667</link>
		<dc:creator>Abhijit Warke</dc:creator>
		<pubDate>Wed, 15 Jun 2011 16:36:14 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/videos/2008/07/22/matlab-basics-adding-a-toolbar-to-a-gui/#comment-2667</guid>
		<description>Hi Doug,

I have plot axes in my GUI and i want to synchronize the zoom in/out function for both. Which means if i zoom in on one figure it should correspondingly zoom in on the other by same amout. Both the axes share same x-axis but there is a need to plot them on different plots and not use hold on/off to solve my situation otherwise. Is there a way to do so, thanks!</description>
		<content:encoded><![CDATA[<p>Hi Doug,</p>
<p>I have plot axes in my GUI and i want to synchronize the zoom in/out function for both. Which means if i zoom in on one figure it should correspondingly zoom in on the other by same amout. Both the axes share same x-axis but there is a need to plot them on different plots and not use hold on/off to solve my situation otherwise. Is there a way to do so, thanks!</p>
]]></content:encoded>
	</item>
	<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 isPermaLink="false">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 &#8211; just wrap it in a figure.  A caution &#8211; 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 isPermaLink="false">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&#039;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 &#039;pause&#039;, &#039;waitfor&#039; or &#039;uiwait&#039; will take us somewhere outside the current workspace, it won&#039;t work. There would be nothing in the arrayEditor window. I&#039;d like some function that would hold the program right there like what we&#039;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 isPermaLink="false">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 &#039;plot edit&#039; 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 &#039;plot edit&#039; button using the commond &#039;plotedit on&#039;, 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>
</channel>
</rss>

