diff scripts/image/imshow.m @ 3426:f8dde1807dee

[project @ 2000-01-13 08:40:00 by jwe]
author jwe
date Thu, 13 Jan 2000 08:40:53 +0000
parents 69b167451491
children e031284eea27
line wrap: on
line diff
--- a/scripts/image/imshow.m	Thu Jan 13 08:32:16 2000 +0000
+++ b/scripts/image/imshow.m	Thu Jan 13 08:40:53 2000 +0000
@@ -23,15 +23,15 @@
 ## @deftypefnx {Function File} {} imshow (@var{i}, @var{n})
 ## @deftypefnx {Function File} {} imshow (@var{r}, @var{g}, @var{b})
 ## Display images.
-## 
+##
 ## @code{imshow (@var{x})} displays an indexed image using the current
 ## colormap.
-## 
+##
 ## @code{imshow (@var{x}, @var{map})} displays an indexed image using the
 ## specified colormap.
-## 
+##
 ## @code{imshow (@var{i}, @var{n})} displays a gray scale intensity image.
-## 
+##
 ## @code{imshow (@var{r}, @var{g}, @var{b})} displays an RGB image.
 ## @end deftypefn