summaryrefslogtreecommitdiff
path: root/Completed Simulations/K.Ogata/Chapter6/Ex2.sci
blob: c06fc7f1a262de0123172a131197da2021b71ee9 (plain)
1
2
3
4
5
6
7
function locus3(z)
s=%s
H=syslin('c',s+2,s^2+2*s+3)
evans(H,z)
xgrid()
xtitle('Root locus of G(s) = (s+2)/(s^2+2*s+3)')
endfunction