Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Logarithmic axes on 3d plots
Date: Wed, 6 Feb 2008 13:06:12 +0000 (UTC)
Organization: Helbling Technik Bern AG
Lines: 29
Message-ID: <focbc4$h7i$1@fred.mathworks.com>
References: <foc930$eeo$1@fred.mathworks.com> <focacj$31v$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 1202303172 17650 172.30.248.35 (6 Feb 2008 13:06:12 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Wed, 6 Feb 2008 13:06:12 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1271984
Xref: news.mathworks.com comp.soft-sys.matlab:449588



"Titus" <titus.edelhofer@mathworks.de> wrote in message
<focacj$31v$1@fred.mathworks.com>...
> 
> "Gavrilo Bozovic" <gavrilo.bozovic@helbling.ch> schrieb im
Newsbeitrag 
> news:foc930$eeo$1@fred.mathworks.com...
> > Hi!
> >
> > My question is: is it possible to draw 3D plots, such as
> > surface plots or contour plots with one, or several,
> > logarithmic axes?
> >
> > I know of no option to do this, as in 2D specific functions
> > are used (semilogx, ...).
> >
> > Thanks in advance for your help!
> 
> Hi,
> after plotting your function set the property of the z axes:
> set(gca, 'zscale', 'log')
> 
> Titus
> 
> 

yep, it works!

thanks a lot!