<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/257006</link>
    <title>MATLAB Central Newsreader - How to find object 'panel' in a figure?</title>
    <description>Feed for thread: How to find object 'panel' in a figure?</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 by MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Mon, 27 Jul 2009 06:27:17 -0400</pubDate>
      <title>How to find object 'panel' in a figure?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/257006#668321</link>
      <author>damayi</author>
      <description>Dear all&lt;br&gt;
As you know, we can use findobj to find any object that has special&lt;br&gt;
properties, however, it seems that it cannot find 'Panel' object. Now&lt;br&gt;
there is a figure and contains many Panel objects, how to find all the&lt;br&gt;
Panel objects?&lt;br&gt;
&lt;br&gt;
Best Regards&lt;br&gt;
Bin YAO&lt;br&gt;
2009-7-27</description>
    </item>
    <item>
      <pubDate>Mon, 27 Jul 2009 13:56:32 -0400</pubDate>
      <title>Re: How to find object 'panel' in a figure?</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/257006#668413</link>
      <author>Steven Lord</author>
      <description>&lt;br&gt;
&quot;damayi&quot; &amp;lt;damayi@gmail.com&amp;gt; wrote in message &lt;br&gt;
news:da59ab8a-8536-4c08-a76d-1f8187051a7b@b14g2000yqd.googlegroups.com...&lt;br&gt;
&amp;gt; Dear all&lt;br&gt;
&amp;gt; As you know, we can use findobj to find any object that has special&lt;br&gt;
&amp;gt; properties, however, it seems that it cannot find 'Panel' object. Now&lt;br&gt;
&amp;gt; there is a figure and contains many Panel objects, how to find all the&lt;br&gt;
&amp;gt; Panel objects?&lt;br&gt;
&lt;br&gt;
Do you want to find objects of Type uipanel?&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.mathworks.com/access/helpdesk/help/techdoc/ref/uipanelproperties.html#Type&quot;&gt;http://www.mathworks.com/access/helpdesk/help/techdoc/ref/uipanelproperties.html#Type&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
Or are you interested in objects of Type uicontrol and Style frame?&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.mathworks.com/access/helpdesk/help/techdoc/ref/uicontrol_props.html#Style&quot;&gt;http://www.mathworks.com/access/helpdesk/help/techdoc/ref/uicontrol_props.html#Style&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
If the object that you're looking for has HandleVisibility set to 'off', &lt;br&gt;
then use FINDALL instead of FINDOBJ.&lt;br&gt;
&lt;br&gt;
-- &lt;br&gt;
Steve Lord&lt;br&gt;
slord@mathworks.com </description>
    </item>
  </channel>
</rss>

