<?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: Using parent child relationships to find figures</title>
	<link>http://blogs.mathworks.com/videos/2009/02/20/using-parent-child-relationships-to-find-figures/</link>
	<description>Doug Hull is a proud MathWorker who is on a mission to help you with MATLAB.</description>
	<pubDate>Mon, 23 Nov 2009 01:20:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Doug</title>
		<link>http://blogs.mathworks.com/videos/2009/02/20/using-parent-child-relationships-to-find-figures/#comment-1421</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Tue, 28 Apr 2009 14:00:58 +0000</pubDate>
		<guid>http://blogs.mathworks.com/videos/2009/02/20/using-parent-child-relationships-to-find-figures/#comment-1421</guid>
		<description>Tomas,

In the above case, 5 is the handle.  When you GET it, you are actually losing the handle that you want.  Look at his example.

a = figure(1)
handle = a
notHandle = get(a)

-Doug</description>
		<content:encoded><![CDATA[<p>Tomas,</p>
<p>In the above case, 5 is the handle.  When you GET it, you are actually losing the handle that you want.  Look at his example.</p>
<p>a = figure(1)<br />
handle = a<br />
notHandle = get(a)</p>
<p>-Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomas</title>
		<link>http://blogs.mathworks.com/videos/2009/02/20/using-parent-child-relationships-to-find-figures/#comment-1420</link>
		<dc:creator>tomas</dc:creator>
		<pubDate>Tue, 28 Apr 2009 08:09:06 +0000</pubDate>
		<guid>http://blogs.mathworks.com/videos/2009/02/20/using-parent-child-relationships-to-find-figures/#comment-1420</guid>
		<description>Hi Doug,

thank you for your postings and videos. i really like them. i have now a question regarding this posting here. how can i get the handle into a variable?

i identify the figure i need using get(0,'children') and then checking the name of the figure.

now, if i know that my figure is the nr. 5 for example, how can i get the handle to it?

handle = get(5);
set(handle,'Name','test')

returns an error. handle is in this case not the handle, but the structure of the properties of the figure. 

thank you very much,

tom</description>
		<content:encoded><![CDATA[<p>Hi Doug,</p>
<p>thank you for your postings and videos. i really like them. i have now a question regarding this posting here. how can i get the handle into a variable?</p>
<p>i identify the figure i need using get(0,&#8217;children&#8217;) and then checking the name of the figure.</p>
<p>now, if i know that my figure is the nr. 5 for example, how can i get the handle to it?</p>
<p>handle = get(5);<br />
set(handle,&#8217;Name&#8217;,'test&#8217;)</p>
<p>returns an error. handle is in this case not the handle, but the structure of the properties of the figure. </p>
<p>thank you very much,</p>
<p>tom</p>
]]></content:encoded>
	</item>
</channel>
</rss>
