Path: news.mathworks.com!not-for-mail
From: "Bryan " <cssmwbs@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Image name........ imshow()
Date: Wed, 27 Feb 2008 18:37:02 +0000 (UTC)
Organization: Nativis Inc
Lines: 22
Message-ID: <fq4ake$rk2$1@fred.mathworks.com>
References: <fq49s2$eup$1@fred.mathworks.com>
Reply-To: "Bryan " <cssmwbs@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 1204137422 28290 172.30.248.37 (27 Feb 2008 18:37:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Wed, 27 Feb 2008 18:37:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 291118
Xref: news.mathworks.com comp.soft-sys.matlab:454096


"Mamata Kukreja" <mamata_kukreja@yahoo.com> wrote in message
<fq49s2$eup$1@fred.mathworks.com>...
> Hello,
> I have displayed images in GUI using AXES....
> The problem that is coming is when i am displaying the 
> image along with that the path(From where the image was 
> read) of the image also gets printed above the image.... 
> I dont want the the path to be printed can anyone help in 
> this....

i am not sure what, exactly, is going on in your code.  if
you could post your code, it might help.  short of that,
maybe you can simply have no text displayed above your image
if you add this to your code:

title([]);

this just sets the title string to an empty vector, so
nothing will be displayed there.

hth,
bryan