[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Question about how to use the View function.
From: |
Ivan Sutoris |
Subject: |
Re: Question about how to use the View function. |
Date: |
Wed, 25 Feb 2009 21:02:46 +0100 |
On Wed, Feb 25, 2009 at 8:31 PM, Rusty Humphrey <address@hidden> wrote:
> I am a new user of Octave (Windows version). I can’t find any documentation
> on how view is used. My problem is that when I use view – e.g.
> view(90.,0.), what I get on the Figure is view: 90.0000, 90.0000. It’s a
> detail, but points to the larger problem that I can’t find the relevant
> documentation.
>
>
>
> Rusty Humphrey
>
> address@hidden
Have you tried "help view"? In "view(x,y)" first argument sets azimuth
(possibly from 0 to 360) and second elevation (from -90 to 90) of the
viewpoint. I've played a bit with the command and it seems that
view(x,y) corresponds to (90-y,x) in gnuplot window (that is probably
caused by different conventions used in Octave and in gnuplot).
Regards
Ivan Sutoris