diff scripts/polynomial/polyout.m @ 5443:ec8c33dcd1bf

[project @ 2005-09-08 01:40:57 by jwe]
author jwe
date Thu, 08 Sep 2005 01:40:58 +0000
parents 4c8a2e4e0717
children 2618a0750ae6
line wrap: on
line diff
--- a/scripts/polynomial/polyout.m
+++ b/scripts/polynomial/polyout.m
@@ -54,7 +54,7 @@
 
   if (nargin == 1)
     x = "s";
-  elseif (! isstr(x))
+  elseif (! ischar(x))
     error("polyout: second argument must be a string");
   endif