<?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: Accessing data from one widget to another in GUIDE</title>
	<link>http://blogs.mathworks.com/pick/2008/05/13/accessing-data-from-one-widget-to-another-in-guide/</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:49:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Doug</title>
		<link>http://blogs.mathworks.com/pick/2008/05/13/accessing-data-from-one-widget-to-another-in-guide/#comment-13197</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Fri, 10 Jul 2009 18:42:13 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2008/05/13/accessing-data-from-one-widget-to-another-in-guide/#comment-13197</guid>
		<description>Loretta,

Can you access the data from one widget from another script?  If you have the handle to the widget, you can use GET to find them.  To get the handle, you would want to capture it and pass it to your other function, use FINDOBJ to find it, or in some other means make that handle avaiable.  You may need to set the handleVisibility property of your GUI so that things work out.

I do not understand your final question.

Thanks,
Doug</description>
		<content:encoded><![CDATA[<p>Loretta,</p>
<p>Can you access the data from one widget from another script?  If you have the handle to the widget, you can use GET to find them.  To get the handle, you would want to capture it and pass it to your other function, use FINDOBJ to find it, or in some other means make that handle avaiable.  You may need to set the handleVisibility property of your GUI so that things work out.</p>
<p>I do not understand your final question.</p>
<p>Thanks,<br />
Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Loretta Reiss</title>
		<link>http://blogs.mathworks.com/pick/2008/05/13/accessing-data-from-one-widget-to-another-in-guide/#comment-13196</link>
		<dc:creator>Loretta Reiss</dc:creator>
		<pubDate>Fri, 10 Jul 2009 13:57:49 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2008/05/13/accessing-data-from-one-widget-to-another-in-guide/#comment-13196</guid>
		<description>Can we access data from a widget in one GUI from another m-script (with its own GUI)?
I have a set of m-scripts to maintain.  There is a main script that puts up a figure (window) with widgets including buttons to invoke other processes.  The other processes are implemented by either ordinary Matlab functions intended to be called with a fixed number of arguments listed in the first line or m-files that use nargin and varargin to determine how many arguments exist.  For the functions with fixed number of arguments, I can pass the GUI figure handles from the main script and use get and set to access and change them in the function.  Is this a reasonable thing to do?
For the latter case--namely, in the functions that can have variable inputs--is there a way to access and change the data of the main function's GUI?</description>
		<content:encoded><![CDATA[<p>Can we access data from a widget in one GUI from another m-script (with its own GUI)?<br />
I have a set of m-scripts to maintain.  There is a main script that puts up a figure (window) with widgets including buttons to invoke other processes.  The other processes are implemented by either ordinary Matlab functions intended to be called with a fixed number of arguments listed in the first line or m-files that use nargin and varargin to determine how many arguments exist.  For the functions with fixed number of arguments, I can pass the GUI figure handles from the main script and use get and set to access and change them in the function.  Is this a reasonable thing to do?<br />
For the latter case&#8211;namely, in the functions that can have variable inputs&#8211;is there a way to access and change the data of the main function&#8217;s GUI?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eugene Sheynin</title>
		<link>http://blogs.mathworks.com/pick/2008/05/13/accessing-data-from-one-widget-to-another-in-guide/#comment-11362</link>
		<dc:creator>Eugene Sheynin</dc:creator>
		<pubDate>Tue, 27 May 2008 14:05:27 +0000</pubDate>
		<guid>http://blogs.mathworks.com/pick/2008/05/13/accessing-data-from-one-widget-to-another-in-guide/#comment-11362</guid>
		<description>Dear Doug Hull

I was very impressed by your matlab videos. 
You are doing an excellent job!

  Cheers,
    Eugene Sheynin</description>
		<content:encoded><![CDATA[<p>Dear Doug Hull</p>
<p>I was very impressed by your matlab videos.<br />
You are doing an excellent job!</p>
<p>  Cheers,<br />
    Eugene Sheynin</p>
]]></content:encoded>
	</item>
</channel>
</rss>
