comparison scripts/image/im2double.m @ 21122:dba88797f69f

doc: Periodic grammarcheck of documentation.
author Rik <rik@octave.org>
date Wed, 20 Jan 2016 21:14:47 -0800
parents 3ec8332e0e01
children ecce63c99c3f
comparison
equal deleted inserted replaced
21121:f5b17eb2508b 21122:dba88797f69f
41 ## 41 ##
42 ## @end table 42 ## @end table
43 ## 43 ##
44 ## If @var{img} is an indexed image, then the second argument should be 44 ## If @var{img} is an indexed image, then the second argument should be
45 ## the string @qcode{"indexed"}. If so, then @var{img} must either be 45 ## the string @qcode{"indexed"}. If so, then @var{img} must either be
46 ## of floating point class, or unsigned integer class and it will simply 46 ## of floating point class, or unsigned integer class and it will simply
47 ## be cast to double. If it is an integer class, a +1 offset is applied. 47 ## be cast to double. If it is an integer class, a +1 offset is applied.
48 ## 48 ##
49 ## @seealso{double} 49 ## @seealso{double}
50 ## @end deftypefn 50 ## @end deftypefn
51 51