comparison scripts/control/sys2ss.m @ 3385:10f21f7ccc7f

[project @ 1999-12-15 22:28:26 by jwe]
author jwe
date Wed, 15 Dec 1999 22:28:52 +0000
parents 69b167451491
children 1a8e2c0d627a
comparison
equal deleted inserted replaced
3384:6735e4c759a2 3385:10f21f7ccc7f
60 ## c = 0.66667 0.33333 60 ## c = 0.66667 0.33333
61 ## d = 0 61 ## d = 0
62 ## @end example 62 ## @end example
63 ## @end deftypefn 63 ## @end deftypefn
64 64
65 function [a,b,c,d,tsam,n,nz,stname,inname,outname,yd] = sys2ss(sys) 65 function [a, b, c, d, tsam, n, nz, stname, inname, outname, yd] = sys2ss (sys)
66 66
67 ## Written by David Clem August 19, 1994 67 ## Written by David Clem August 19, 1994
68 ## Updates by John Ingram July 14, 1996 68 ## Updates by John Ingram July 14, 1996
69 69
70 if(nargin != 1) 70 if(nargin != 1)