Prev: Fitting a plane
Next: weighted euclidean distance
From: marwen on 20 May 2010 14:41 hello, how can i use a picture as the beckground image of an interface ?
From: Walter Roberson on 20 May 2010 14:52 "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 |