octave-maintainers
[Top][All Lists]
Advanced

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

Help with delaunay input validation


From: Rik
Subject: Help with delaunay input validation
Date: Thu, 25 Sep 2014 21:22:52 -0700

Can someone test the following code under Matlab?  According to the
documentation this should produce an error as only column vectors are
acceptable input.  However, Octave has accepted this in the past.

x = [1 5 2; 5 6 7];
y = [5 7 8; 1 2 3];
tri = delaunay (x,y);

Thanks,
Rik




reply via email to

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