help-octave
[Top][All Lists]
Advanced

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

Re: Need quick start on plotting 3D points


From: Bob001
Subject: Re: Need quick start on plotting 3D points
Date: Fri, 8 Jan 2016 17:04:46 -0800 (PST)

Thanks. I'm now able to load the file and assign the columns to x, y, and z.
But, now I have a problem with the plot3d command:

octave-3.4.0:32> plot3d(x,y,z)
error: `plot3d' undefined near line 32 column 1
octave-3.4.0:32> x
x =

    0.00000
    0.62832
    1.25664
    1.88496
    2.51327
    3.14159
    3.76991
    4.39823
    5.02655
    5.65487
    6.28319
    6.91150
    7.53982
    8.16814
    8.79646
    9.42478
   10.05310
   10.68140
   11.30970
   11.93810
   12.56640
   13.19470
   13.82300
   14.45130
   15.07960
   15.70800
   16.33630
   16.96460
   17.59290
   18.22120
   18.84960
   19.47790
   20.10620
   20.73450
   21.36280
   21.99110
   22.61950
   23.24780
   23.87610
   24.50440
   25.13270
   25.76110
   26.38940
   27.01770
   27.64600
   28.27430
   28.90270
   29.53100
   30.15930
   30.78760
   31.41590





--
View this message in context: 
http://octave.1599824.n4.nabble.com/Need-quick-start-on-plotting-3D-points-tp4674319p4674337.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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