diff scripts/control/system/is_siso.m @ 4771:b8105302cfe8

[project @ 2004-02-16 17:45:50 by jwe]
author jwe
date Mon, 16 Feb 2004 17:45:50 +0000
parents 3e48e60a1f8b
children bdbee5282954
line wrap: on
line diff
--- a/scripts/control/system/is_siso.m	Mon Feb 16 16:22:43 2004 +0000
+++ b/scripts/control/system/is_siso.m	Mon Feb 16 17:45:50 2004 +0000
@@ -30,7 +30,7 @@
   if (nargin != 1)
     usage ("SISO = is_siso (sys)");
   elseif (! isstruct (sys))
-    error ("input must be a system structure (see ss2sys, tf2sys, zp2sys)");
+    error ("input must be a system structure (see ss, tf, zp)");
   endif
 
   [n, nz, m, p] = sysdimensions (sys);