help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Rotating 3D plots


From: Doug Stewart
Subject: Re: Rotating 3D plots
Date: Sat, 15 Oct 2005 19:21:35 -0500
User-agent: Mozilla Thunderbird 1.0.7 (Windows/20050923)

Ron Crummett wrote:

Hello -

I am relatively new to Octave but have relied on Matlab knowledge to get around. But I have a question regarding plot rotation. In Matlab I can generate a 3D surface plot/mesh plot and rotate it to whatever reference frame I choose. I don't see such an option when I plot 3D surfaces in Octave using GNUplot. Is it possible to rotate a 3D plot generated by Octave? How?

-Ron Crummett

Is it view you want


>> help view
view is the user-defined function from the file
/usr/share/octave/2.1.42/m/plot/view.m

view    Change the viewing angle for a 3-D plot.

       view(az, el)
       az - horizontal viewing angle (azimuth) [degrees].
       el - vertical viewing angle (elevation) [degrees].

Doug



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]