comparison scripts/image/image.m @ 11885:3342d1a7c4c9 release-3-0-x

spelling corrections Here is a patch with some spelling corrections to the manual. changeset: 8308:aeaf884ea9af user: Brian Gough <bjg@gnu.org> date: Fri Nov 07 09:26:17 2008 -0500 summary: [docs] assoicated => associated
author Brian Gough<bjg@network-theory.co.uk>
date Thu, 20 Nov 2008 08:39:44 +0100
parents 3ceb12c499e9
children eb63fbe60fab
comparison
equal deleted inserted replaced
11884:cee2f0ae1dba 11885:3342d1a7c4c9
20 ## -*- texinfo -*- 20 ## -*- texinfo -*-
21 ## @deftypefn {Function File} {} image (@var{img}) 21 ## @deftypefn {Function File} {} image (@var{img})
22 ## @deftypefnx {Function File} {} image (@var{x}, @var{y}, @var{img}) 22 ## @deftypefnx {Function File} {} image (@var{x}, @var{y}, @var{img})
23 ## Display a matrix as a color image. The elements of @var{x} are indices 23 ## Display a matrix as a color image. The elements of @var{x} are indices
24 ## into the current colormap, and the colormap will be scaled so that the 24 ## into the current colormap, and the colormap will be scaled so that the
25 ## extremes of @var{x} are mapped to the extremes of teh colormap. 25 ## extremes of @var{x} are mapped to the extremes of the colormap.
26 ## 26 ##
27 ## It first tries to use @code{gnuplot}, then @code{display} from 27 ## It first tries to use @code{gnuplot}, then @code{display} from
28 ## @code{ImageMagick}, then @code{xv}, and then @code{xloadimage}. 28 ## @code{ImageMagick}, then @code{xv}, and then @code{xloadimage}.
29 ## The actual program used can be changed using the @code{image_viewer} 29 ## The actual program used can be changed using the @code{image_viewer}
30 ## function. 30 ## function.