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

[project @ 2004-02-16 17:45:50 by jwe]
author jwe
date Mon, 16 Feb 2004 17:45:50 +0000
parents 7923abdeb4e5
children bdbee5282954
line wrap: on
line diff
--- a/scripts/control/system/jet707.m	Mon Feb 16 16:22:43 2004 +0000
+++ b/scripts/control/system/jet707.m	Mon Feb 16 17:45:50 2004 +0000
@@ -52,6 +52,6 @@
   inam = ["thrust"; "rudder"];
   onam = ["speed"; "pitch"];
   snam = ["x1"; "x2"; "x3"; "x4"];
-  outsys = ss2sys(a, b, c, d, 0.0, 4, 0, snam, inam, onam);
+  outsys = ss(a, b, c, d, 0.0, 4, 0, snam, inam, onam);
 
 endfunction