1 2 3 4 5 6 7 8
//Example 4.4 clc syms t s a k; xt=laplace('%e^(-a*t)*cos(k*t)',t,s); disp(xt,'x(t)=') x