# HG changeset patch # User Nicholas R. Jankowski # Date 1631640468 14400 # Node ID 6cc5315cdf2f52e214b26a2d1612abc1eb4eeb12 # Parent 55eeb7f0850bc4d3732ee387f87ecefb4fef25cf dsearchn.m: Added optional distance ouput description to docstring (bug #61156) * dsearchn.m: Document optional output 'd'. diff -r 55eeb7f0850b -r 6cc5315cdf2f scripts/geometry/dsearchn.m --- a/scripts/geometry/dsearchn.m Wed Sep 01 16:19:09 2021 -0400 +++ b/scripts/geometry/dsearchn.m Tue Sep 14 13:27:48 2021 -0400 @@ -34,6 +34,10 @@ ## If @var{outval} is supplied, then the values of @var{xi} that are not ## contained within one of the simplices @var{tri} are set to @var{outval}. ## Generally, @var{tri} is returned from @code{delaunayn (@var{x})}. +## +## The optional output @var{d} contains a column vector of distances between +## the query points @var{xi} and the nearest simplex points @var{x}. +## ## @seealso{dsearch, tsearch} ## @end deftypefn