Thursday, June 30, 2011
Root Locus - Matlab Plot
num=[1 0 1];
den=conv([1 0 0],[1 2]);
rlocus(num,den)
G(s) = 1/(s)(s+2)(s+4)(s+5)
num=[1];
den=conv([1 2 0],[1 9 20]);
rlocus(num,den)
Tuesday, June 28, 2011
VISSIM Example
If you don't where to start then open an example and work from there. Below is an example
Subscribe to:
Posts (Atom)