help-octave
[Top][All Lists]
Advanced

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

Re: Reading text file data into matrices for selective plotting


From: usagi713
Subject: Re: Reading text file data into matrices for selective plotting
Date: Wed, 8 Jun 2011 14:00:00 -0700 (PDT)

I did the following:

[XX,YY,ZZ]=meshgrid(x,y,z)
surf(XX,YY,ZZ)

The first line worked without errors, but the second line produced quite a
few errors:

error: invalid value for array property "xdata"
error: set: expecting argument 2 to be a property name
error: set: expecting argument 4 to be a property name
error: set: expecting argument 6 to be a property name
error: called from:
error: C:\Octave\3.2.4_gcc-4.4.0\share\octave\3.2.4\m\plot\surface.m at line
150, column 7
error: C:\Octave\3.2.4_gcc-4.4.0\share\octave\3.2.4\m\plot\surface.m at line
51, column 5
error: C:\Octave\3.2.4_gcc-4.4.0\share\octave\3.2.4\m\plot\surf.m at line
47, column 5
error: __go_draw_axes__: invalid grid data
error: called from:
error:
C:\Octave\3.2.4_gcc-4.4.0\share\octave\3.2.4\m\plot\__go_draw_axes__.m at
line 903, column 8
error:
C:\Octave\3.2.4_gcc-4.4.0\share\octave\3.2.4\m\plot\__go_draw_figure__.m at
line 92, column 3
error: C:\Octave\3.2.4_gcc-4.4.0\share\octave\3.2.4\m\plot\gnuplot_drawnow.m
at line 99, column 5

--
View this message in context: 
http://octave.1599824.n4.nabble.com/Reading-text-file-data-into-matrices-for-selective-plotting-tp3583138p3583608.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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