comparison scripts/control/zp2sys.m @ 3238:041ea33fbbf4

[project @ 1999-03-26 17:48:16 by jwe]
author jwe
date Fri, 26 Mar 1999 17:48:35 +0000
parents 98e15955107e
children 6dd06d525de6
comparison
equal deleted inserted replaced
3237:737b219ab65a 3238:041ea33fbbf4
63 outsys.zer = zer; 63 outsys.zer = zer;
64 outsys.pol = pol; 64 outsys.pol = pol;
65 outsys.k = k; 65 outsys.k = k;
66 66
67 # Set the system vector: active = 1, updated = [0 1 0]; 67 # Set the system vector: active = 1, updated = [0 1 0];
68 outsys.sys = [1 0 1 0]; 68 outsys.sys = [1, 0, 1, 0];
69 69
70 # Set defaults 70 # Set defaults
71 outsys.tsam = 0; 71 outsys.tsam = 0;
72 outsys.n = length(pol); 72 outsys.n = length(pol);
73 outsys.nz = 0; 73 outsys.nz = 0;