changeset 30194:d603f1229301

maint: merge stable to default.
author Rik <rik@octave.org>
date Fri, 17 Sep 2021 12:46:59 -0700
parents 8c8031be8072 (current diff) 6cc5315cdf2f (diff)
children a7981aa5822b
files scripts/geometry/dsearchn.m
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
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