summaryrefslogtreecommitdiff
path: root/162/CH5/EX5.2/example52.sce
blob: 0c1334ee6fc5cd7a0a8815a7e450d16136b68020 (plain)
1
2
3
4
5
6
//Example 5.2
clc;
syms t;
h=%e^(-3*t);
H=laplace(h);
disp(H,'Transfer Function is');