Path: news.mathworks.com!not-for-mail
From: "Vaibhav Bedia" <vaibhav.bedia@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Images in GUI
Date: Tue, 15 Jan 2008 05:25:03 +0000 (UTC)
Organization: NITK
Lines: 14
Message-ID: <fmhg3f$e5q$1@fred.mathworks.com>
Reply-To: "Vaibhav Bedia" <vaibhav.bedia@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 1200374703 14522 172.30.248.37 (15 Jan 2008 05:25:03 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Tue, 15 Jan 2008 05:25:03 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1245980
Xref: news.mathworks.com comp.soft-sys.matlab:445745


I am making a GUI in which i want to display two images at
the sides.I saw the video on Matlabcental about setting
background images using imshow() in the CreateFn of the axes
created and tried it out.

The problem i am facing is that when i close Matlab and run
the GUI again or run it on a different PC the axes 'tag'
field becomes empty and the visibility is hence 'off'. Every
time i have to rename the axes and go to the CreateFn of the
axes.

I am using R2007b.

How can i solve this isssue?