Mercurial > hg > octave-nkf
diff scripts/general/arrayfun.m @ 7017:a1dbe9d80eee
[project @ 2007-10-12 21:27:11 by jwe]
author | jwe |
---|---|
date | Fri, 12 Oct 2007 21:27:37 +0000 |
parents | 93c65f2a5668 |
children | bdb0a5aea9f2 |
line wrap: on
line diff
--- a/scripts/general/arrayfun.m +++ b/scripts/general/arrayfun.m @@ -1,4 +1,4 @@ -## Copyright (C) 2006 Bill Denney <denney@seas.upenn.edu> +## Copyright (C) 2006, 2007 Bill Denney ## ## This file is part of Octave. ## @@ -30,6 +30,8 @@ ## @seealso{cellfun} ## @end deftypefn +## Author: Bill Denney <denney@seas.upenn.edu> + function varargout = arrayfun (func, varargin) if (nargin < 2)