Mercurial > hg > octave-nkf
comparison scripts/general/deal.m @ 6714:81a73cdd87c0
[project @ 2007-06-13 10:49:28 by dbateman]
author | dbateman |
---|---|
date | Wed, 13 Jun 2007 10:49:28 +0000 |
parents | 34f96dd5441b |
children | 93c65f2a5668 |
comparison
equal
deleted
inserted
replaced
6713:26f3d9bf9562 | 6714:81a73cdd87c0 |
---|---|
16 ## along with Octave; see the file COPYING. If not, write to the Free | 16 ## along with Octave; see the file COPYING. If not, write to the Free |
17 ## Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA | 17 ## Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA |
18 ## 02110-1301, USA. | 18 ## 02110-1301, USA. |
19 | 19 |
20 ## -*- texinfo -*- | 20 ## -*- texinfo -*- |
21 ## @deftypefn {Mapping Function} {[@var{r1}, @var{r2}, @dots{}, @var{rn}] =} deal (@var{a}) | 21 ## @deftypefn {Function File} {[@var{r1}, @var{r2}, @dots{}, @var{rn}] =} deal (@var{a}) |
22 ## @deftypefnx {Mapping Function} {[@var{r1}, @var{r2}, @dots{}, @var{rn}] =} deal (@var{a1}, @var{a2}, @dots{}, @var{an}) | 22 ## @deftypefnx {Function File} {[@var{r1}, @var{r2}, @dots{}, @var{rn}] =} deal (@var{a1}, @var{a2}, @dots{}, @var{an}) |
23 ## | 23 ## |
24 ## Copy the input parameters into the corresponding output parameters. | 24 ## Copy the input parameters into the corresponding output parameters. |
25 ## If only one input parameter is supplied, its value is copied to each | 25 ## If only one input parameter is supplied, its value is copied to each |
26 ## of the outputs. | 26 ## of the outputs. |
27 ## | 27 ## |