|
"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!
|