summaryrefslogtreecommitdiff
path: root/Completed Simulations/Control Systems by Nagrath and Gopal/Scilab/Ex9.2
blob: 4edfd62f49cfff8fcd319aab762713f71930db34 (plain)
1
2
3
4
5
6
function y=nqst1(z)
s=%s
H=syslin('c',(s+2)/((s+1)*(s-1)))
nyquist(H)
show_margins(H,'nyquist')
endfunction