summaryrefslogtreecommitdiff
path: root/Completed Simulations/Control Systems by Nagrath and Gopal/Scilab/Ex7_1.sci
diff options
context:
space:
mode:
Diffstat (limited to 'Completed Simulations/Control Systems by Nagrath and Gopal/Scilab/Ex7_1.sci')
-rw-r--r--Completed Simulations/Control Systems by Nagrath and Gopal/Scilab/Ex7_1.sci6
1 files changed, 6 insertions, 0 deletions
diff --git a/Completed Simulations/Control Systems by Nagrath and Gopal/Scilab/Ex7_1.sci b/Completed Simulations/Control Systems by Nagrath and Gopal/Scilab/Ex7_1.sci
new file mode 100644
index 0000000..24647b7
--- /dev/null
+++ b/Completed Simulations/Control Systems by Nagrath and Gopal/Scilab/Ex7_1.sci
@@ -0,0 +1,6 @@
+function y=locus2(z)
+s=%s
+H=syslin('c',(s+1)*(s+2)/(s*(s+3)*(s+4)))
+evans(H,z)
+y=0;
+endfunction