Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Marker in 3D
Date: Wed, 26 Aug 2009 09:33:03 +0000 (UTC)
Organization: Universit&#228;tsSpital Z&#252;rich
Lines: 21
Message-ID: <h72vgf$lt6$1@fred.mathworks.com>
References: <h72jrd$jbc$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1251279183 22438 172.30.248.35 (26 Aug 2009 09:33:03 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Wed, 26 Aug 2009 09:33:03 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 11
Xref: news.mathworks.com comp.soft-sys.matlab:566065


"Tato Jandieri" <vjandieri@yahoo.com> wrote in message <h72jrd$jbc$1@fred.mathworks.com>...
> Dear Friends,
> 
> I made some a 3D movie in Matlab that describe some physical problem.
> The range of X and Y axis are [X,Y]=[0:100, 0:100].
> 
> In the point of [X,Y]=[80,60] I would like to put a marker (f.e. circle or asterisk)
> in order to vividly determine the location of an object.
> 
> Could you please help me how the marker inside the figure could be placed?
> 
> I tried `findobj` and `set` commands, but failed.
> Thank you very much in advance.
> 
> Tato

a hint:

     help line;

us