<?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/pick/2008/07/22/matlab-basics-adding-a-toolbar-to-a-gui/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.mathworks.com/pick/2008/07/22/matlab-basics-adding-a-toolbar-to-a-gui/</link>
	<description>&#60;a href=&#34;http://www.mathworks.com/matlabcentral/fileexchange/loadAuthor.do?objectId=1093599&#38;objectType=author&#34;&#62;Brett&#60;/a&#62; &#38; &#60;a href=&#34;http://www.mathworks.com/matlabcentral/fileexchange/loadAuthor.do?objectId=1094142&#38;objectType=author&#34;&#62;Jiro&#60;/a&#62; share favorite user-contributed submissions from the File Exchange.</description>
	<lastBuildDate>Fri, 10 Feb 2012 16:12:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.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-14138</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Wed, 18 May 2011 13:37:59 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/2008/07/22/matlab-basics-adding-a-toolbar-to-a-gui/#comment-14138</guid>
		<description>@Jim,

&gt;&gt;imshow(&#039;pout.tif&#039;)
&gt;&gt;imcontrast

You can run the tool directly.  With this command, you can call the tool up in any manner you like.

Doug</description>
		<content:encoded><![CDATA[<p>@Jim,</p>
<p>>>imshow(&#8216;pout.tif&#8217;)<br />
>>imcontrast</p>
<p>You can run the tool directly.  With this command, you can call the tool up in any manner you like.</p>
<p>Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim O' Doherty</title>
		<link>http://blogs.mathworks.com/pick/2008/07/22/matlab-basics-adding-a-toolbar-to-a-gui/#comment-14137</link>
		<dc:creator>Jim O' Doherty</dc:creator>
		<pubDate>Wed, 18 May 2011 09:32:06 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/2008/07/22/matlab-basics-adding-a-toolbar-to-a-gui/#comment-14137</guid>
		<description>Is there any capability to add the contrast adjust button, such as the one available using imtool? This would be really useful for me (and others I presume)

Thanks,
Jim</description>
		<content:encoded><![CDATA[<p>Is there any capability to add the contrast adjust button, such as the one available using imtool? This would be really useful for me (and others I presume)</p>
<p>Thanks,<br />
Jim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jae</title>
		<link>http://blogs.mathworks.com/pick/2008/07/22/matlab-basics-adding-a-toolbar-to-a-gui/#comment-13619</link>
		<dc:creator>Jae</dc:creator>
		<pubDate>Wed, 23 Jun 2010 01:24:14 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/2008/07/22/matlab-basics-adding-a-toolbar-to-a-gui/#comment-13619</guid>
		<description>The feature demonstrated here only works with MATLAB Version 7.5 (R2007b) or newer.  I have R2006b and cannot use this feature.

[ref: http://www.mathworks.com/access/helpdesk/help/techdoc/rn/bq9954l-1.html]</description>
		<content:encoded><![CDATA[<p>The feature demonstrated here only works with MATLAB Version 7.5 (R2007b) or newer.  I have R2006b and cannot use this feature.</p>
<p>[ref: <a href="http://www.mathworks.com/access/helpdesk/help/techdoc/rn/bq9954l-1.html" rel="nofollow">http://www.mathworks.com/access/helpdesk/help/techdoc/rn/bq9954l-1.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve L</title>
		<link>http://blogs.mathworks.com/pick/2008/07/22/matlab-basics-adding-a-toolbar-to-a-gui/#comment-13470</link>
		<dc:creator>Steve L</dc:creator>
		<pubDate>Fri, 12 Mar 2010 14:23:40 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/2008/07/22/matlab-basics-adding-a-toolbar-to-a-gui/#comment-13470</guid>
		<description>Zuhairi,

I would create a &lt;a href=&quot;http://www.mathworks.com/access/helpdesk/help/techdoc/ref/datacursormode.html&quot; rel=&quot;nofollow&quot;&gt;DATACURSORMODE object&lt;/a&gt; and set its UpdateFcn property to be a function that not only computes the string for the data cursor itself but also display the coordinate in a text box, or does whatever other processing you want to be performed when you click on the image.</description>
		<content:encoded><![CDATA[<p>Zuhairi,</p>
<p>I would create a <a href="http://www.mathworks.com/access/helpdesk/help/techdoc/ref/datacursormode.html" rel="nofollow">DATACURSORMODE object</a> and set its UpdateFcn property to be a function that not only computes the string for the data cursor itself but also display the coordinate in a text box, or does whatever other processing you want to be performed when you click on the image.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zuhairi</title>
		<link>http://blogs.mathworks.com/pick/2008/07/22/matlab-basics-adding-a-toolbar-to-a-gui/#comment-13469</link>
		<dc:creator>Zuhairi</dc:creator>
		<pubDate>Fri, 12 Mar 2010 12:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/2008/07/22/matlab-basics-adding-a-toolbar-to-a-gui/#comment-13469</guid>
		<description>Hi doug!

I&#039;d like to ask a question. When I click Data Cursor, and I click on the image, the coordinate will be shown. How do i get the value of X coordinate n Y coordinate? Let&#039;s say I want to display the coordinate on text or something and it will update the value every time I click on the image. Thank you in advance. ;]</description>
		<content:encoded><![CDATA[<p>Hi doug!</p>
<p>I&#8217;d like to ask a question. When I click Data Cursor, and I click on the image, the coordinate will be shown. How do i get the value of X coordinate n Y coordinate? Let&#8217;s say I want to display the coordinate on text or something and it will update the value every time I click on the image. Thank you in advance. ;]</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-12932</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Wed, 12 Nov 2008 16:11:44 +0000</pubDate>
		<guid isPermaLink="false">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 isPermaLink="false">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 isPermaLink="false">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 &#8211; </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/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 isPermaLink="false">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&#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/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 isPermaLink="false">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 &#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>

