Mercurial > hg > octave-lyh
diff scripts/plot/fplot.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 | d65670971cbc |
line wrap: on
line diff
--- a/scripts/plot/fplot.m +++ b/scripts/plot/fplot.m @@ -1,4 +1,4 @@ -## Copyright (C) 2005 Paul Kienzle <pkienzle@users.sf.net> +## Copyright (C) 2005, 2006, 2007 Paul Kienzle ## ## This file is part of Octave. ## @@ -37,6 +37,8 @@ ## @seealso{plot} ## @end deftypefn +## Author: Paul Kienzle <pkienzle@users.sf.net> + function fplot (fn, limits, n, linespec) if (nargin < 2 || nargin > 3) print_usage ();