index
:
Xcos_block_examples/.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Completed Simulations
/
Control Systems by Nagrath and Gopal
/
Scilab
/
Ex7.1
blob: b900e97a425ade9588886a57969c61fdfb790586 (
plain
)
1
2
3
4
5
function y=locus2(z) s=%s H=syslin('c',(s+1)*(s+2)/(s*(s+3)*(s+4))) evans(H,z) endfunction