logo       

Re: delaunay: msg#00038

gnu.octave.bugs

Subject: Re: delaunay

[Cc: to the octave-dev mailing list. Please respect the M-F-T header.]

* Kuhn, Jonathan <jonathan.l.kuhn@xxxxxxxxxxxxx> [2005-04-26 15:58]:

> I get the following error when I try to run delaunay in octave.
>
> >> x = [1:15];
> >> y = [1:15];
> >> [x,y]=meshgrid(x,y);
> >> x=reshape(x,15*15,1);
> >> y=reshape(y,15*15,1);
> >> tri=delaunay(x,y)
> error: `delaunayn' undefined near line 51 column 13
> error: evaluating assignment expression near line 51, column 11
> error: evaluating if command near line 50, column 5
> error: evaluating if command near line 49, column 3
> error: called from `delaunay' in file
> `/usr/share/octave/2.1.49/site/m/octave-fo
> rge/geometry/delaunay.m'
> error: evaluating assignment expression near line 42, column 4

This is a problem with your installation of the octave-forge package and
has nothing to do with Octave itself. The file delaunayn.oct is probably
lacking in your system or is in a wrong place.

--
Rafael



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web: http://www.octave.org
How to fund new projects: http://www.octave.org/funding.html
Subscription information: http://www.octave.org/archive.html
-------------------------------------------------------------




<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise