summaryrefslogtreecommitdiff
path: root/29/CH11/EX11.19/exa11_19.sce
blob: 4f36c748c3754cd13c0d16139ee473d260cff1c0 (plain)
1
2
3
4
5
6
7
8
//Caption:determine_transfer_function
//example 11_19
//page 489
syms t;
s=%s;
c=0.5+(1.25*exp(-t))-(1.75*exp(-12*t));
C=laplace(c,t,s);
disp(C,"C(s)=")