Problem with meshc, axis, and view

Matthias Brennwald matthias at brennwald.org
Tue Jan 8 13:05:36 CST 2008


Has anyone looked at the below problem?

Matthias


On 29.12.2007, at 22:08, bug-octave-request at octave.org wrote:

> Dear all
>
> I have Octave 3.0.0 together with gnuplot from the octave-forge
> repository running on a PowerBook G4 with Mac OS X 10.4. Running the
> below code gives trouble with gnuplot (the error is: "line 165743:
> error in edge3d_intersect", where the line number varies). I attached
> the X-Y-Z-data in the file csd_data (it's an oct file). The error
> goes away in either of the following cases:
>
> - mesh is used instead of meshc
> - the command "axis (r)" is omitted
> - the command "view(20,25)" is omitted
>
> Any thoughs?
>
>
> Here's the code to reproduce the problem:
>
> --------------------------
> clear all
> clf
> load csd_data
> meshc (X,Y,Z);
> r = axis;
> r(1) = min (min (X));
> r(2) = max (max (X));
> axis (r);
> view(20,25);
> --------------------------




-------
Matthias Brennwald
Lägernstrasse 6
CH 8037 Zürich
+41 (0)44 364 17 03
matthias at brennwald.org





More information about the Bug-octave mailing list