diff scripts/image/gray.m @ 3373:36405da8e173

[project @ 1999-11-23 20:54:17 by jwe]
author jwe
date Tue, 23 Nov 1999 20:54:31 +0000
parents 44d82b369c78
children 69b167451491
line wrap: on
line diff
--- a/scripts/image/gray.m	Tue Nov 23 19:07:18 1999 +0000
+++ b/scripts/image/gray.m	Tue Nov 23 20:54:31 1999 +0000
@@ -17,7 +17,11 @@
 ## Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 ## 02111-1307, USA.
 
-## Colormap.
+## @deftypefn {Function File} {} gray (@var{n})
+## Return a gray colormap with @var{n} entries corresponding to values from
+## 0 to @var{n}-1.  The argument @var{n} should be a scalar.  If it is
+## omitted, 64 is assumed.
+## @end deftypefn
 
 ## Author: Tony Richardson <arichard@stark.cc.oh.us>
 ## Created: July 1994