diff scripts/image/imread.m @ 9072:bd8e388043c4

Cleanup documentation for signal.texi, image.texi, audio.texi
author Rik <rdrider0-list@yahoo.com>
date Wed, 01 Apr 2009 17:06:45 -0700
parents eb63fbe60fab
children 7f3a1a90f4f4
line wrap: on
line diff
--- a/scripts/image/imread.m	Wed Apr 01 09:20:08 2009 +0200
+++ b/scripts/image/imread.m	Wed Apr 01 17:06:45 2009 -0700
@@ -25,12 +25,12 @@
 ## Read images from various file formats.
 ##
 ## The size and numeric class of the output depends on the
-## format of the image.  A colour image is returned as an
+## format of the image.  A color image is returned as an
 ## MxNx3 matrix.  Grey-level and black-and-white images are
 ## of size MxN.
-## The colour depth of the image determines the numeric
+## The color depth of the image determines the numeric
 ## class of the output: "uint8" or "uint16" for grey
-## and colour, and "logical" for black and white.
+## and color, and "logical" for black and white.
 ##
 ## @seealso{imwrite, imfinfo}
 ## @end deftypefn