diff scripts/geometry/dsearchn.m @ 30194:d603f1229301

maint: merge stable to default.
author Rik <rik@octave.org>
date Fri, 17 Sep 2021 12:46:59 -0700
parents 7854d5752dd2 6cc5315cdf2f
children 796f54d4ddbf
line wrap: on
line diff
--- 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