Path: news.mathworks.com!not-for-mail
From: "Szymon Lipiec" <szymon.lipiec@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Images in GUI
Date: Tue, 15 Jan 2008 12:36:01 +0000 (UTC)
Organization: KdG
Lines: 17
Message-ID: <fmi9bh$s3j$1@fred.mathworks.com>
References: <fmhg3f$e5q$1@fred.mathworks.com>
Reply-To: "Szymon Lipiec" <szymon.lipiec@gmail.com>
NNTP-Posting-Host: webapp-03-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1200400561 28787 172.30.248.38 (15 Jan 2008 12:36:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Tue, 15 Jan 2008 12:36:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1246238
Xref: news.mathworks.com comp.soft-sys.matlab:445788


oi!
i have similar problem ->
i have 2 axes (axes1, axes2) on my figure in gui, when i 
set axes1 active [axes(handles.axes1)] and i check for tag 
property i get apropriate tag -> 'axes1' in next line i'm 
showing pic with [imshow(pic)] 3rd line is chcecking again 
for the tag property and BAM -> '' EMPTY 
i even tried to name it again after imshowing but it 
appears that somehow axes1 duplicates becouse finding all 
axes types results in showing 3 axes instead of 2:

axes =
'axes1'
''
'axes2'

if u have any ideas how to overcome it - please help