photo

MD.AL-AMIN


Last seen: 5 maanden ago Active since 2024

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
Laplace Transform of Given Differential Equation
y''(t) + 4y'(t) + 8y(t) = x' (t)+x(t) with x(t) = e ^ (- 4t) * u(t) y(0) = 0 and y'(0) = 0 matlab code

5 maanden ago | 0

Answered
How do I write the following functions on Matlab x(t) = 2tcos(pi*t) , y(t) = 2sin(pi*t)
% Define the signal function X = @(t) 5 * sin(2*pi*t) .* cos(pi*t - 8); % Define the range of t t = linspace(0, 20, 1000); ...

5 maanden ago | 0