diff options
author | prashantsinalkar | 2018-02-03 10:59:42 +0530 |
---|---|---|
committer | prashantsinalkar | 2018-02-03 10:59:42 +0530 |
commit | d1e070fe2d77c8e7f6ba4b0c57b1b42e26349059 (patch) | |
tree | 612077a22c8142c0ae754ec11882a4e7d5dc25a4 /1340/CH8/EX8.9/8_9.sce | |
parent | f35ea80659b6a49d1bb2ce1d7d002583f3f40947 (diff) | |
download | Scilab-TBC-Uploads-d1e070fe2d77c8e7f6ba4b0c57b1b42e26349059.tar.gz Scilab-TBC-Uploads-d1e070fe2d77c8e7f6ba4b0c57b1b42e26349059.tar.bz2 Scilab-TBC-Uploads-d1e070fe2d77c8e7f6ba4b0c57b1b42e26349059.zip |
Modified the code
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 |