Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: changing position of a image
Date: Sun, 30 Nov 2008 01:33:02 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 18
Message-ID: <ggsqge$hrt$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-03-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1228008782 18301 172.30.248.38 (30 Nov 2008 01:33:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Sun, 30 Nov 2008 01:33:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1598967
Xref: news.mathworks.com comp.soft-sys.matlab:503856


hi.

i am developing a matlab guide.
i have 3 images, 2 of then will never move, 
the first is to collect points,
the second is a example image
and the third is the smallest and will move in the second image according with the points i want the user to click on the first image.

but and i do:

    pos_act =get(handles.axes3,'Position');
    set(handles.axes3,'Position',[590 214 pos_act(3) pos_act(4)]);

the third image dissipates.

what can i do?

thanks for the help