comparison scripts/image/imread.m @ 17171:c3bd7314643c

doc: Periodic spellcheck of documentation. * doc/interpreter/doccheck/aspell-octave.en.pws: Add new words to Octave-specific dictionary. * scripts/miscellaneous/edit.m: Use @nospell macro to stop spellchecking code samples. * scripts/image/imread.m, scripts/image/imwrite.m, scripts/linear-algebra/cond.m, scripts/plot/orient.m: Periodic spellcheck of documentation.
author Rik <rik@octave.org>
date Sun, 04 Aug 2013 13:22:53 -0700
parents d6499c14021c
children bc924baa2c4e
comparison
equal deleted inserted replaced
17170:d6499c14021c 17171:c3bd7314643c
68 ## 68 ##
69 ## @item "PixelRegion" 69 ## @item "PixelRegion"
70 ## Controls the image region that is read. Takes as value a cell array 70 ## Controls the image region that is read. Takes as value a cell array
71 ## with two arrays of 3 elements @code{@{@var{rows} @var{cols}@}}. The 71 ## with two arrays of 3 elements @code{@{@var{rows} @var{cols}@}}. The
72 ## elements in the array are the start, increment and end pixel to be 72 ## elements in the array are the start, increment and end pixel to be
73 ## read. If the increment value is ommited, defaults to 1. 73 ## read. If the increment value is omitted, defaults to 1.
74 ## @end table 74 ## @end table
75 ## 75 ##
76 ## @seealso{imwrite, imfinfo, imformats} 76 ## @seealso{imwrite, imfinfo, imformats}
77 ## @end deftypefn 77 ## @end deftypefn
78 78