Home > freetb4matlab > geometry > dsearch.m

dsearch

PURPOSE ^

% Returns the index @var{idx} or the closest point in @code{@var{x}, @var{y}}

SYNOPSIS ^

function idx = dsearch (x, y, t, xi, yi, s)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {@var{idx} =} dsearch (@var{x}, @var{y}, @var{tri}, @var{xi}, @var{yi})
% @deftypefnx {Function File} {@var{idx} =} dsearch (@var{x}, @var{y}, @var{tri}, @var{xi}, @var{yi}, @var{s})
% Returns the index @var{idx} or the closest point in @code{@var{x}, @var{y}}
% to the elements @code{[@var{xi}(:), @var{yi}(:)]}.  The variable @var{s} is
% accepted but ignored for compatibility.
% @seealso{dsearchn, tsearch}
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003