Path: news.mathworks.com!not-for-mail
From: "G.A.M. " <x0zero@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Visible figure has no gui handle. Why?
Date: Thu, 30 Aug 2007 21:22:05 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 25
Message-ID: <fb7cdt$8ak$1@fred.mathworks.com>
References: <fav61d$7a5$1@fred.mathworks.com> <fav7q6$d5g$1@canopus.cc.umanitoba.ca> <fav8uo$5oc$1@fred.mathworks.com> <fb4l5m$4u4$1@fred.mathworks.com> <fb4ukg$g6q$1@canopus.cc.umanitoba.ca>
Reply-To: "G.A.M. " <x0zero@gmail.com>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1188508925 8532 172.30.248.37 (30 Aug 2007 21:22:05 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Thu, 30 Aug 2007 21:22:05 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1030060
Xref: news.mathworks.com comp.soft-sys.matlab:426386


Hi. Thank you for pointing out my mistake. Unfortunately,
that was only a mistake in what I posted here, not in my
code. I still have the problem in my code where it seems
like figures have handle visibility off when it is set to
on. I cannot figure it out... the code seems correct.

roberson@ibd.nrc-cnrc.gc.ca (Walter Roberson) wrote in
message <fb4ukg$g6q$1@canopus.cc.umanitoba.ca>...
> In article <fb4l5m$4u4$1@fred.mathworks.com>, G.A.M. 
<x0zero@gmail.com> wrote:
> >Hello. I have been stumped by this problem for several days
> >now. Using the tips provided previously, I have been
> >debugging the problem. However, I still get an 'Invalid
> >handle' error when using get('Tag', 'figureM'). 
> 
> You can't get('Tag', 'figureM'). You can, though,
> 
> get(findobj('Tag', 'figureM'))
> 
> get() must be passed a handle (or list of handles) to
operate on.
> -- 
>    I was very young in those days, but I was also rather dim.
>    -- Christopher Priest