summaryrefslogtreecommitdiff
path: root/1151/CH8/EX8.3/example3.sce
diff options
context:
space:
mode:
Diffstat (limited to '1151/CH8/EX8.3/example3.sce')
-rwxr-xr-x1151/CH8/EX8.3/example3.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/1151/CH8/EX8.3/example3.sce b/1151/CH8/EX8.3/example3.sce
new file mode 100755
index 000000000..2e7a6c675
--- /dev/null
+++ b/1151/CH8/EX8.3/example3.sce
@@ -0,0 +1,7 @@
+clear ; clc;
+ xdel ( winsid ()); // c l o s e a l l windows
+ s = %s;
+ num = 25.04* s + 5.008;
+den = poly([5.008 25.1026 5.03247 1],'s','c');
+Hss = cont_frm (num ,den);
+disp (Hss , ' Hss = ' )