summaryrefslogtreecommitdiff
path: root/Completed Simulations/Control Systems by Nagrath and Gopal/Scilab/Ex7.4.sci
blob: 5c9efa2e96bfc4d56d15d5cc8a57ad7f42485e6c (plain)
1
2
3
4
5
6
7
function y=locus4(z)
s=%s
H=syslin('c',1/(s*(s+4)*(s^2+(4*s)+20)))
evans(H,z)
y=0
printf("Since there are no open loop zeros all branches terminate at infinity")
endfunction