Problem in function

TRI = DELAUNAY(X,Y) returns a set of triangles such that no data points
    are contained in any triangle's circumcircle. Each row of the numt-by-3
    matrix TRI defines one such triangle and contains indices into the
    vectors X and Y.

But I don't Know How to use Delaunay function in Scilab?So.please help me How can i use Delaunay function?