No BSD License  

Highlights from
Signals & Systems: Continuous and Discrete, 4e Companion Software

from Signals & Systems: Continuous and Discrete, 4e Companion Software by Rodger Ziemer
Companion Software for Signals & Systems: Continuous and Discrete, 4e

C5ex1.m
x1 = sym('cos(omega_0*t)');     % Define x1
x1                              % Display x1
X1 = laplace(x1);               % Laplace transform x1
X1                              % Display X1
x2 = sym('sin(omega_0*t)');     % Define x2
x2                              % Display x2
X2 = laplace(x2);               % Laplace transform x2
X2                              % Display X2
pretty(X2)                      % Pretty print X2
x2_p = ilaplace(X2)             % Inverse Laplace transform X2
x2_p                            % Display x2_p

Contact us at files@mathworks.com