comparison scripts/image/imagesc.m @ 5053:c08cb1098afc

[project @ 2004-10-19 23:10:54 by jwe]
author jwe
date Tue, 19 Oct 2004 23:10:55 +0000
parents f52b3f1a9399
children 4c8a2e4e0717
comparison
equal deleted inserted replaced
5052:c6ef19da4b24 5053:c08cb1098afc
33 ## The axis values corresponding to the matrix elements are specified in 33 ## The axis values corresponding to the matrix elements are specified in
34 ## @var{x} and @var{y}, either as pairs giving the minimum and maximum 34 ## @var{x} and @var{y}, either as pairs giving the minimum and maximum
35 ## values for the respective axes, or as values for each row and column 35 ## values for the respective axes, or as values for each row and column
36 ## of the matrix @var{A}. At present they are ignored. 36 ## of the matrix @var{A}. At present they are ignored.
37 ## @end deftypefn 37 ## @end deftypefn
38 ##
38 ## @seealso{image and imshow} 39 ## @seealso{image and imshow}
39 40
40 ## Author: Tony Richardson <arichard@stark.cc.oh.us> 41 ## Author: Tony Richardson <arichard@stark.cc.oh.us>
41 ## Created: July 1994 42 ## Created: July 1994
42 ## Adapted-By: jwe 43 ## Adapted-By: jwe