Functions | |
endif | if (isvector(x)&&isvector(y)&&isvector(z)&&length(x)==length(y)&&length(x)==length(z)) if(nargin |
elseif (ischar(opt)||iscell(opt)) tetr | |
else | error ("delaunay3: fourth argument must be a string or cell array of strings") |
endif else | error ("delaunay3: first three input arguments must be vectors of same size") |
Variables | |
function | tetr |
endif endfunction!testif HAVE_QHULL | !x = [-1, -1, 1, 0, -1] |
y = [-1, 1, 1, 0, -1] | |
z = [0, 0, 0, 1, 1] |
elseif | ( | ischar(opt)||iscell(opt) | ) |
endif if | ( | isvector(x)&&isvector(y)&&isvector(z)&&length(x) | = =length(y)&&length(x)==length(z) |
) |
endif endfunction !testif HAVE_QHULL !x = [-1, -1, 1, 0, -1] |
y = [-1, 1, 1, 0, -1] |
z = [0, 0, 0, 1, 1] |