Reply by lali...@yahoo.com February 19, 20072007-02-19
Hi,
I also had a similar requirement - to put a logo on the GUI.
I tried the axes and imshow functions as suggested by you but along with the image I get to see the name of the file (eg:logo.bmp) above the image.
How do I get rid of that so that only the image is displayed and not it's file name.

Thanks,
Lalit
>
>
>
> Hi,
>Create a new small axes object and use imshow to put
>the picture in. For example:
>axes('position',[0.1 0.85 0.1 0.1]),
>imshow('bacteria.tif')
>
>Joe
>BSTeX- Equation viewer for Matlab
> http://www.geocities.com/bstex2001
>
>--- nlauzier <> wrote:
>> Hi!
>>
>> I need to put a logo in a GUI, but I don't want to
>> make any image
>> processing stuff on it. I've use the imread and the
>> image commands
>> but it takes a lot of time since matlab convert the
>> picture in a
>> matrix. Is there a way to "fastload" the picture in
>> the GUI? I
>> already have an axes in the gui that use the
>> rotate3d ON, so if you
>> could also help me on having the logo without the
>> user being able to
>> rotate it.
>>
>> Thank you
>>
>> Nicolas Lauzier
>>
>>
>>
>
>
>__________________________________
>
>
>
>
>