help-octave
[Top][All Lists]
Advanced

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

Re: 3d surface plot


From: Ben Abbott
Subject: Re: 3d surface plot
Date: Wed, 30 Apr 2008 07:23:12 -0700

On Wednesday, April 30, 2008, at 09:34AM, "Floyd poole" <address@hidden> wrote:
>>
>> On Apr 29, 2008, at 5:21 PM, Floyd poole wrote:
>>
>>  OK, thanks to Jaroslav I just need a surface plot. I compiled Octave from
>> > source and now I am getting this error:
>> > octave:1> load depth.txt;
>> > octave:2> surfc(depth)
>> > error: `surfc' undefined near line 2 column 1
>> >
>> >
>
>On Tue, Apr 29, 2008 at 6:23 PM, Ben Abbott <address@hidden> wrote:
>
>> What do you get when you type "path" and "ver"?
>>
>> Ben
>>
>Path=
>.
>/usr/local/share/octave/site/m
>/usr/local/share/octave/site/m/startup
>/usr/local/libexec/octave/2.9.14/oct/i686-pc-linux-gnu
>/usr/local/share/octave/2.9.14/m
>/usr/local/share/octave/2.9.14/m/plot
>/usr/local/share/octave/2.9.14/m/path
>/usr/local/share/octave/2.9.14/m/miscellaneous
>/usr/local/share/octave/2.9.14/m/sparse
>/usr/local/share/octave/2.9.14/m/audio
>/usr/local/share/octave/2.9.14/m/linear-algebra
>/usr/local/share/octave/2.9.14/m/polynomial
>/usr/local/share/octave/2.9.14/m/special-matrix
>/usr/local/share/octave/2.9.14/m/set
>/usr/local/share/octave/2.9.14/m/image
>/usr/local/share/octave/2.9.14/m/startup
>/usr/local/share/octave/2.9.14/m/statistics
>/usr/local/share/octave/2.9.14/m/statistics/distributions
>/usr/local/share/octave/2.9.14/m/statistics/base
>/usr/local/share/octave/2.9.14/m/statistics/models
>/usr/local/share/octave/2.9.14/m/statistics/tests
>/usr/local/share/octave/2.9.14/m/elfun
>/usr/local/share/octave/2.9.14/m/pkg
>/usr/local/share/octave/2.9.14/m/strings
>/usr/local/share/octave/2.9.14/m/control
>/usr/local/share/octave/2.9.14/m/control/system
>/usr/local/share/octave/2.9.14/m/control/util
>/usr/local/share/octave/2.9.14/m/control/hinf
>/usr/local/share/octave/2.9.14/m/control/base
>/usr/local/share/octave/2.9.14/m/control/obsolete
>/usr/local/share/octave/2.9.14/m/time
>/usr/local/share/octave/2.9.14/m/geometry
>/usr/local/share/octave/2.9.14/m/signal
>/usr/local/share/octave/2.9.14/m/specfun
>/usr/local/share/octave/2.9.14/m/testfun
>/usr/local/share/octave/2.9.14/m/optimization
>/usr/local/share/octave/2.9.14/m/general
>/usr/local/share/octave/2.9.14/m/finance
>/usr/local/share/octave/2.9.14/m/deprecated
>/usr/local/share/octave/2.9.14/m/io
>/usr/local/share/octave/2.9.14/m/quaternion
>
>
>octave:2> ver
>----------------------------------------------------------------------
>GNU Octave Version 2.9.14
>GNU Octave License: GNU General Public License
>Operating System: Linux 2.6.18-1.2798.fc6 #1 SMP Mon Oct 16 14:37:32 EDT
>2006 i686
>----------------------------------------------------------------------
>

ok, you're running 2.9.14 which is not the current release. I don't have a copy 
of the 2.9.14 manual, but since surfc was added to Octave's sources in November 
2007 and we are currently at 3.0.1, it is likely that surfc is not present in 
2.9.14.

Please download the most recent sources and compile/install those.

http://www.gnu.org/software/octave/download.html

Ben


reply via email to

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