summaryrefslogtreecommitdiff
path: root/Completed Simulations/Control Systems by Nagrath and Gopal/Scilab/Ex7.6.sci
blob: f7898b860c0c5f50f2f916977b27e36876cbe7d7 (plain)
1
2
3
4
5
6
function y=locus6(z)
s=%s
H=syslin('c',1/(s*(s+3)*(s^2+(2*s)+2)))
evans(H,z)
y=0;
endfunction