Doug's MATLAB Video Tutorials

June 25th, 2009

HandleVisibility property to make GUIs visible in handles hierarchy

A MATLAB user recently asked me why they could not find the handle to their GUI as a child of the root.

get(0, ‘children’)

The reason is they needed to change the handleVisibilty property of the GUI. This video shows how that is done.

2 Responses to “HandleVisibility property to make GUIs visible in handles hierarchy”

  1. Keith Lindsay replied on :

    Hey, Doug, thanks for the little video on “HandleVisibility property to make GUIs visible in handles hierarchy”. This problem was driving me nuts until I watched your video. BTW, what do you use to make those on-screen videos, if you don’t mind sharing?

    Thanks again…
    Keith Lindsay

  2. dhull replied on :

    I use Camtasia for all my videos, and highly recommend it.

Leave a Reply

Wrap code fragments inside <pre> tags, like this:

<pre class="code">
a = magic(3);
sum(a)
</pre>

If you have a "<" character in your code, either follow it with a space or replace it with "&lt;" (including the semicolon).


MathWorks

Doug Hull is a proud MathWorker who is on a mission to help you with MATLAB.

Doug's picture

These postings are the author's and don't necessarily represent the opinions of The MathWorks.