diff scripts/image/hsv2rgb.m @ 4030:22bd65326ec1

[project @ 2002-08-09 18:58:13 by jwe]
author jwe
date Fri, 09 Aug 2002 19:00:16 +0000
parents 63c75bc3db82
children c08cb1098afc
line wrap: on
line diff
--- a/scripts/image/hsv2rgb.m	Fri Aug 09 07:38:55 2002 +0000
+++ b/scripts/image/hsv2rgb.m	Fri Aug 09 19:00:16 2002 +0000
@@ -37,7 +37,7 @@
     usage ("rgb_map = hsv2rgb (hsv_map)");
   endif
 
-  if (! is_matrix (hsv_map) || columns (hsv_map) != 3)
+  if (! ismatrix (hsv_map) || columns (hsv_map) != 3)
     error ("hsv2rgb: argument must be a matrix of size nx3");
   endif