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