<?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: Advanced MATLAB: Handles and other inputs to GUIDE callbacks</title>
	<link>http://blogs.mathworks.com/pick/2008/04/17/advanced-matlab-handles-and-other-inputs-to-guide-callbacks/</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>Sun, 22 Nov 2009 23:18:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Ferdy</title>
		<link>http://blogs.mathworks.com/pick/2008/04/17/advanced-matlab-handles-and-other-inputs-to-guide-callbacks/#comment-13248</link>
		<dc:creator>Ferdy</dc:creator>
		<pubDate>Wed, 23 Sep 2009 08:11:27 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2008/04/17/advanced-matlab-handles-and-other-inputs-to-guide-callbacks/#comment-13248</guid>
		<description>Thanks a lot!! Been at it for some time now</description>
		<content:encoded><![CDATA[<p>Thanks a lot!! Been at it for some time now</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nico</title>
		<link>http://blogs.mathworks.com/pick/2008/04/17/advanced-matlab-handles-and-other-inputs-to-guide-callbacks/#comment-12966</link>
		<dc:creator>nico</dc:creator>
		<pubDate>Sun, 21 Dec 2008 02:25:27 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2008/04/17/advanced-matlab-handles-and-other-inputs-to-guide-callbacks/#comment-12966</guid>
		<description>thank you!! i've been looking for something like this</description>
		<content:encoded><![CDATA[<p>thank you!! i&#8217;ve been looking for something like this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://blogs.mathworks.com/pick/2008/04/17/advanced-matlab-handles-and-other-inputs-to-guide-callbacks/#comment-12922</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Fri, 31 Oct 2008 13:59:21 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2008/04/17/advanced-matlab-handles-and-other-inputs-to-guide-callbacks/#comment-12922</guid>
		<description>I have tested, it is working now.

Doug</description>
		<content:encoded><![CDATA[<p>I have tested, it is working now.</p>
<p>Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zach</title>
		<link>http://blogs.mathworks.com/pick/2008/04/17/advanced-matlab-handles-and-other-inputs-to-guide-callbacks/#comment-12920</link>
		<dc:creator>Zach</dc:creator>
		<pubDate>Thu, 30 Oct 2008 03:37:59 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2008/04/17/advanced-matlab-handles-and-other-inputs-to-guide-callbacks/#comment-12920</guid>
		<description>Doug,
I cant get the file to play from link or by going to list??</description>
		<content:encoded><![CDATA[<p>Doug,<br />
I cant get the file to play from link or by going to list??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://blogs.mathworks.com/pick/2008/04/17/advanced-matlab-handles-and-other-inputs-to-guide-callbacks/#comment-12916</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Wed, 29 Oct 2008 19:34:03 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2008/04/17/advanced-matlab-handles-and-other-inputs-to-guide-callbacks/#comment-12916</guid>
		<description>Zach,

I think that the GETAPPDATA, SETAPPDATA techniques shown here:

http://blogs.mathworks.com/pick/2005/10/03/guide-video-part-two/

Might be an easy solution for you.

Doug</description>
		<content:encoded><![CDATA[<p>Zach,</p>
<p>I think that the GETAPPDATA, SETAPPDATA techniques shown here:</p>
<p><a href="http://blogs.mathworks.com/pick/2005/10/03/guide-video-part-two/" rel="nofollow">http://blogs.mathworks.com/pick/2005/10/03/guide-video-part-two/</a></p>
<p>Might be an easy solution for you.</p>
<p>Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zach</title>
		<link>http://blogs.mathworks.com/pick/2008/04/17/advanced-matlab-handles-and-other-inputs-to-guide-callbacks/#comment-12911</link>
		<dc:creator>Zach</dc:creator>
		<pubDate>Mon, 27 Oct 2008 21:57:26 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2008/04/17/advanced-matlab-handles-and-other-inputs-to-guide-callbacks/#comment-12911</guid>
		<description>Doug,
I have a GUI that I put a timer in so that it will check if any serial data has come in every second. I am having trouble getting the Timer to pass the handles structure to my function that is plopped into the M-file that guide made. On compile it says that the "handles" is undefined. I tried to pass the hadles from the Timer funtion by saying {@myfunction, handles} to pass the handles to the myfunction but I get another compile problem. any help would be great.</description>
		<content:encoded><![CDATA[<p>Doug,<br />
I have a GUI that I put a timer in so that it will check if any serial data has come in every second. I am having trouble getting the Timer to pass the handles structure to my function that is plopped into the M-file that guide made. On compile it says that the &#8220;handles&#8221; is undefined. I tried to pass the hadles from the Timer funtion by saying {@myfunction, handles} to pass the handles to the myfunction but I get another compile problem. any help would be great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tayfun</title>
		<link>http://blogs.mathworks.com/pick/2008/04/17/advanced-matlab-handles-and-other-inputs-to-guide-callbacks/#comment-12251</link>
		<dc:creator>Tayfun</dc:creator>
		<pubDate>Sun, 27 Jul 2008 11:38:57 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2008/04/17/advanced-matlab-handles-and-other-inputs-to-guide-callbacks/#comment-12251</guid>
		<description>ıt is very good video. I learn a lot of new things about gui</description>
		<content:encoded><![CDATA[<p>ıt is very good video. I learn a lot of new things about gui</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amiryousuf</title>
		<link>http://blogs.mathworks.com/pick/2008/04/17/advanced-matlab-handles-and-other-inputs-to-guide-callbacks/#comment-11117</link>
		<dc:creator>amiryousuf</dc:creator>
		<pubDate>Wed, 07 May 2008 11:53:47 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2008/04/17/advanced-matlab-handles-and-other-inputs-to-guide-callbacks/#comment-11117</guid>
		<description>thanks for the idea. it is working.</description>
		<content:encoded><![CDATA[<p>thanks for the idea. it is working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Administrator</title>
		<link>http://blogs.mathworks.com/pick/2008/04/17/advanced-matlab-handles-and-other-inputs-to-guide-callbacks/#comment-11108</link>
		<dc:creator>Administrator</dc:creator>
		<pubDate>Tue, 06 May 2008 16:00:26 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2008/04/17/advanced-matlab-handles-and-other-inputs-to-guide-callbacks/#comment-11108</guid>
		<description>Amir,

You would simply modify the callback to use the DISP command to display any data you want.

Doug</description>
		<content:encoded><![CDATA[<p>Amir,</p>
<p>You would simply modify the callback to use the DISP command to display any data you want.</p>
<p>Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amiryousuf</title>
		<link>http://blogs.mathworks.com/pick/2008/04/17/advanced-matlab-handles-and-other-inputs-to-guide-callbacks/#comment-11104</link>
		<dc:creator>amiryousuf</dc:creator>
		<pubDate>Tue, 06 May 2008 08:31:13 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2008/04/17/advanced-matlab-handles-and-other-inputs-to-guide-callbacks/#comment-11104</guid>
		<description>Hello, Can we output data entered by user in dialogbox to command window? 
thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hello, Can we output data entered by user in dialogbox to command window?<br />
thanks in advance.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
