# HG changeset patch # User Rik # Date 1631908019 25200 # Node ID d603f1229301ba7959f258b6ccc4a7e405de4ea1 # Parent 8c8031be8072a1883c042fc85378d8c705701dd3# Parent 6cc5315cdf2f52e214b26a2d1612abc1eb4eeb12 maint: merge stable to default. diff -r 8c8031be8072 -r d603f1229301 scripts/geometry/dsearchn.m --- a/scripts/geometry/dsearchn.m Thu Sep 16 21:51:03 2021 +0200 +++ b/scripts/geometry/dsearchn.m Fri Sep 17 12:46:59 2021 -0700 @@ -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