view test/bug-59704/bug-59704.tst @ 30193:6cc5315cdf2f stable

dsearchn.m: Added optional distance ouput description to docstring (bug #61156) * dsearchn.m: Document optional output 'd'.
author Nicholas R. Jankowski <jankowskin@asme.org>
date Tue, 14 Sep 2021 13:27:48 -0400
parents 09f99fe5190c
children 2838bbd84b87
line wrap: on
line source

%!test
%! o = bug59704_1 ();
%! o.test ();
%! assert (o.p, [])

%!test
%! o = bug59704_2 ();
%! [~, o(1)] = size (rand (2, 5));
%! assert (o(1), 5)