Path: news.mathworks.com!not-for-mail
From: "David Doria" <daviddoria@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Axes tools in GUI
Date: Thu, 26 Jun 2008 22:20:19 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 14
Message-ID: <g414n2$no7$1@fred.mathworks.com>
Reply-To: "David Doria" <daviddoria@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 1214518819 24327 172.30.248.37 (26 Jun 2008 22:20:19 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Thu, 26 Jun 2008 22:20:19 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1105197
Xref: news.mathworks.com comp.soft-sys.matlab:476134



I have an axes object on my GUI that I made in guide.  I can
draw things in it with "plot" or other commands like that,
but I would like to be able to zoom and select points and
things like that also.

1) can I get the normal toolbar that would be above the axes
in a figure window in my gui?

2) is there a "axes clicked" type of callback that I can do
something when the user selects a point in the axes?

Thanks,

Dave