summaryrefslogtreecommitdiff
path: root/3812/CH11/EX11.9/11_9.sce
blob: 86f4ed78ff3460a44c1d145a32637b751bc11528 (plain)
1
2
3
4
5
6
7
8
//Example 11_9
//Find state space representation of the system
clc;
clear;
s=%s;
tf=syslin('c',((3*s+7)/((s+1)*(s+2)*(s+5))));
ss=tf2ss(tf);
disp(ss)