From: marwen on
hello,
how can i use a picture as the beckground image of an interface ?
From: Walter Roberson on
"marwen " <hi.marwen(a)gmail.com> wrote in message <ht3voj$dli$1(a)fred.mathworks.com>...

> how can i use a picture as the beckground image of an interface ?

Create an axis over the entire interface figure and use image() or imagesc() to draw the image, using the extended form of image() or imagesc() to specify the coordinates of the bottom-left and top-right pixels of the image. The image will then be sized so as to cover the locations you specified.

Note: uicontrol() interface elements can rarely be made transparent, so you will end up with boxes of the background color around uicontrols.
 | 
Pages: 1
Prev: Fitting a plane
Next: weighted euclidean distance