Path: news.mathworks.com!not-for-mail
From: "David Doria" <daviddoria@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Rotate 3d Plot
Date: Mon, 8 Oct 2007 14:23:46 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 39
Message-ID: <fedehi$cav$1@fred.mathworks.com>
References: <fe1frt$cuc$1@fred.mathworks.com> <fedbk8$nrq$1@fred.mathworks.com>
Reply-To: "David Doria" <daviddoria@gmail.com>
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 1191853426 12639 172.30.248.35 (8 Oct 2007 14:23:46 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Mon, 8 Oct 2007 14:23:46 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1105197
Xref: news.mathworks.com comp.soft-sys.matlab:431806



Great, great!

Thanks

David

"Steven Lord" <slord@mathworks.com> wrote in message
<fedbk8$nrq$1@fred.mathworks.com>...
> 
> "David Doria" <daviddoria@gmail.com> wrote in message 
> news:fe1frt$cuc$1@fred.mathworks.com...
> >I know about the camera angle (elevation and azimuth), but
> > is there a way to simply make the z axis the "out of the
> > screen" axis instead of "up"?  Also, I always try to read
> > the help, but it usually just says
> 
> 
> surf(peaks);
> pause(2)
> view(2);
> 
> > " You can use 'OtherProperties' to set any properties" (not
> > that word exactly, but you know what i'm talking about :) )
> >
> > but where do i get a list of which properties are related
> > to/can be set in a particular function?
> 
> Type "doc" without the quotes at the prompt.  Expand the
node titled 
> "MATLAB" in the product tree in the left-hand frame.  One
of the items that 
> should be revealed is "Handle Graphics Property Browser".
> 
> -- 
> Steve Lord
> slord@mathworks.com 
> 
>