diff scripts/control/system/sysconnect.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 b8105302cfe8
line wrap: on
line diff
--- a/scripts/control/system/sysconnect.m	Fri Aug 09 07:38:55 2002 +0000
+++ b/scripts/control/system/sysconnect.m	Fri Aug 09 19:00:16 2002 +0000
@@ -116,7 +116,7 @@
   [nc,nz,mm,pp] = sysdimensions(sys);
   nn = nc+nz;
 
-  if( !is_struct(sys))
+  if( !isstruct(sys))
     error("sys must be in structured system form")
   elseif(pp < li)
     error(["length(output_list)=",num2str(li),", sys has only ", ...