Mercurial > hg > octave-lyh
diff scripts/general/arrayfun.m @ 11587:c792872f8942
all script files: untabify and strip trailing whitespace
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 20 Jan 2011 17:35:29 -0500 |
parents | fd0a3ac60b0e |
children | b0084095098e |
line wrap: on
line diff
--- a/scripts/general/arrayfun.m +++ b/scripts/general/arrayfun.m @@ -35,7 +35,7 @@ ## array, a structure array or a cell array. By a call of the function ## @command{arrayfun} all elements of @var{A} are passed on to the named ## function @var{func} individually. -## +## ## The named function can also take more than two input arguments, with ## the input arguments given as third input argument @var{b}, fourth ## input argument @var{c}, @dots{} If given more than one array input