diff scripts/image/image.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/image.m	Tue Nov 23 19:07:18 1999 +0000
+++ b/scripts/image/image.m	Tue Nov 23 20:54:31 1999 +0000
@@ -17,14 +17,13 @@
 ## Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 ## 02111-1307, USA.
 
-## Display an octave image matrix.
-##
-## image (x) displays a matrix as a color image. The elements of x are
-## indices into the current colormap and should have values between 1
-## and the length of the colormap.
-##
-## image (x, zoom) changes the zoom factor.  The default value is 4.
-##
+## @deftypefn {Function File} {} image (@var{x}, @var{zoom})
+## Display a matrix as a color image.  The elements of @var{x} are indices
+## into the current colormap and should have values between 1 and the
+## length of the colormap.  If @var{zoom} is omitted, a value of 4 is
+## assumed. 
+## @end deftypefn
+
 ## SEE ALSO: imshow, imagesc, colormap.
 
 ## Author: Tony Richardson <arichard@stark.cc.oh.us>