Mercurial > hg > octave-nkf
diff scripts/image/image.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/image.m +++ b/scripts/image/image.m @@ -22,7 +22,7 @@ ## 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. +## assumed. ## @end deftypefn ## SEE ALSO: imshow, imagesc, colormap. @@ -59,7 +59,7 @@ ## the viewer in the background. command = sprintf ("( %s || %s && %s ) > /dev/null 2>&1 &", - xv, xloadimage, rm); + xv, xloadimage, rm); system (command);