[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: cylinder.m function - fixed copyright
From: |
David Bateman |
Subject: |
Re: cylinder.m function - fixed copyright |
Date: |
Mon, 26 Nov 2007 21:28:02 +0100 |
User-agent: |
Thunderbird 1.5.0.7 (X11/20060921) |
John W. Eaton wrote:
> On 26-Nov-2007, Kai Habel wrote:
>
> | I have implemented the cylinder function. It should be compatible with
> | matlab's function, please try the example.
>
> I added this function and checked it in, however, I see
>
> octave:1> [X, Y, Z] = cylinder(10:-1:0,50);
> octave:2> surf(X,Y,Z);
> error: surface::defaults: not implemented
> error: called from `surface' in file
> `/home/jwe/src/octave-trunk/scripts/plot/surface.m'
> error: evaluating assignment expression near line 36, column 7
> error: called from `surf' in file
> `/home/jwe/src/octave-trunk/scripts/plot/surf.m'
>
> are there pending changes that are needed?
>
> Also, the tic labels on the left y axis seem to be all smashed on top
> of one another at -10, but maybe that is a gnuplot bug because we are
> viewing this as a 3D graph?
>
> Finally, I find it odd that
>
> [X, Y, Z] = cylinder(10:-1:0,50);
>
> by itself opens an empty plot window. I would expect it do only
> compute the X, Y, and Z values, not display anything.
>
> jwe
>
That'll be fixed once I check in all my changes.. Working on it now..
D.