From: Rafael L. <rla...@us...> - 2005-04-27 10:25:16
|
[Cc: to the octave-dev mailing list. Please respect the M-F-T header.] * Kuhn, Jonathan <jon...@me...> [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 |