diff scripts/control/system/tfout.m @ 4030:22bd65326ec1

[project @ 2002-08-09 18:58:13 by jwe]
author jwe
date Fri, 09 Aug 2002 19:00:16 +0000
parents 7923abdeb4e5
children cef48c4b902d
line wrap: on
line diff
--- a/scripts/control/system/tfout.m
+++ b/scripts/control/system/tfout.m
@@ -36,7 +36,7 @@
     usage("tfout(num,denom[,x])");
   endif
 
-  if ( (!is_vector(num)) | (!is_vector(denom)) )
+  if ( (!isvector(num)) | (!isvector(denom)) )
     error("tfout: first two argument must be vectors");
   endif