diff options
Diffstat (limited to '1340/CH8/EX8.9/8_9.sce')
-rwxr-xr-x | 1340/CH8/EX8.9/8_9.sce | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/1340/CH8/EX8.9/8_9.sce b/1340/CH8/EX8.9/8_9.sce deleted file mode 100755 index 0cc41ada2..000000000 --- a/1340/CH8/EX8.9/8_9.sce +++ /dev/null @@ -1,12 +0,0 @@ -clear; clc;
-xdel(winsid()); //close all windows
-s = %s;
-G =-(s+3)/(s*(s+1)*(s+2)*(s+4));
-evans(G,100);//max gain =100
-v = [-5 1 -4 4];//fitting the axes
-zeta = 0.8;
-mtlb_axis(v)
-//sgrid([zeta],[0],20);//displays the zeta = 0.8 line
-curve_handles=datatipGetEntities()//gets the entities required
-curve_handles.visible='off';
-curve_handles.visible='on';
\ No newline at end of file |