diff options
Diffstat (limited to 'Completed Simulations/Control Systems by Nagrath and Gopal/Scilab/Ex7.1')
-rw-r--r-- | Completed Simulations/Control Systems by Nagrath and Gopal/Scilab/Ex7.1 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Completed Simulations/Control Systems by Nagrath and Gopal/Scilab/Ex7.1 b/Completed Simulations/Control Systems by Nagrath and Gopal/Scilab/Ex7.1 new file mode 100644 index 0000000..b900e97 --- /dev/null +++ b/Completed Simulations/Control Systems by Nagrath and Gopal/Scilab/Ex7.1 @@ -0,0 +1,5 @@ +function y=locus2(z) +s=%s +H=syslin('c',(s+1)*(s+2)/(s*(s+3)*(s+4))) +evans(H,z) +endfunction |