help-octave
[Top][All Lists]
Advanced

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

Octave and Delaunay-Triangulation


From: Micha
Subject: Octave and Delaunay-Triangulation
Date: Tue, 14 Feb 2006 09:39:11 -0600
User-agent: Thunderbird 1.5 (Windows/20051201)

Hi

I have a problem with the delaunay-triangulation.

Thats my input:


>> x=[0.8 1 2 3 4.5 2 2.3 3 4.5 1.7 2.5];
>> y=[5 3.5 2 1 0.8 5 3.5 2.3 2 4 2.3];
>> tri = delauany(x,y)


The reuslt ist an error like:

>> tri = delauany(x,y)
error: `delauany' undefined near line 19 column 7
error: evaluating assignment expression near line 19, column 5
>>

>>

How can I fix this error?

Sorry, for my bad english!


Michael Loesler



-------------------------------------------------------------
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
-------------------------------------------------------------



reply via email to

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